@charset "iso-8859-1";

BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9pt;
	background-color : #dfffbf;
}


A {
	text-decoration: underline;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

H1{
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight : bolder;
	color : Blue;
	text-align : center;
}
H2{
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-style : italic;
	color : Blue;
	text-align : center;
}
H3 {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-style : italic;
	color : Blue;
	text-align : center;
	
}

DIV.intro{
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin-right : 5%;
	margin-left : 12%;
	font-size : larger;
    border : medium double Maroon;
	background-color : #fffff0;
	font-style : italic;
	padding : 5px;
	}

DIV.nav {
	background-color : White;
	border : thick double Maroon;
	color : Purple;
	font-family : Arial, Helvetica, sans-serif;
	padding : 3px 3px 3px 3px;
	text-align : left;
	width : 16em;
	font-variant : small-caps;
	font-weight : bolder;
	font-size : smaller;
	height : 12em;
}

DIV.navBar {
	font-family : "Copperplate Gothic Light";
	font-size : smaller;
	background-color : #F0E68C;
	text-align : center;
}


SPAN.bang {
	font-size : 110%;
	font-weight : bolder;
	font-style : italic;
	background-color : #B0E0E6;
	text-align : center;
}

DL {
	list-style-type : square;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : larger;
	color : Maroon;
}
UL {
	list-style-type : square;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : larger;
}

UL.sub1 {
	font-size : 90%;
}

P {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size : larger;
}

P.credits {
	font-size : 75%;
	font-family : serif;
	font-weight : lighter;
	text-align : left;
}
