/* CSS Document */
@font-face {
    font-family: Monotype Corsiva;
    src: url(MTCORSVA.TTF);
}

/*No underlining links and link colours*/

a {
	text-decoration: none;
}
a:link {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #818284;
}
a:hover {
	color: #818284;
}

/*Background colour and font colour*/
body,td,th {
	color: #000000;
	font-family: "Monotype Corsiva";
}
body {
}
	.top-bar { background-color:#000000; width:101.5%; height:23px; position:relative; left: -8px; top: -10px; }
	.styleNav {font-size: 30px; font-weight:bold}
	.styleTitle {font-size: 80px; }
	.styleMain {font-size: 40px; }
	.styleNavSel {font-size: 30px; color:#818284; font-weight:bold;}
	.styleMainSmall {font-size: 30px}

/*Header*/
#header {
	position:relative;
	width:90%;
	text-align:center;
	font-size: 40px;
	font-weight:bold;
	color: #000000;
}
