/* CSS definition file containing site wide stylesheets */

A:active {
	font-size: 10px;
 	color: rgb(51,51,204);
 	font-weight: bold;
 	text-decoration: none 
}

A:link {
	font-size: 10px;
 	color: rgb(51,51,204);
 	font-weight: bold;
 	text-decoration: none 
}

UL {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px;
 	font-weight: normal;
 	font-style: normal
}

A:visited {
	font-size: 10px;
 	color: rgb(51,51,204);
 	font-weight: bold;
 	text-decoration: none 
}

P {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 10px
}

H3 {
	font-size: large;
 	color: rgb(0,0,0)
}

LI {
	font-size: 10px;
 	font-weight: normal;
 	font-style: normal
}

H4 {
	color: rgb(0,0,204)
}

H5 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,255);
 	font-weight: bold
}

A:hover {
	font-size: 10px;
 	color: rgb(51,51,204);
 	font-weight: bold;
 	text-decoration: none 
}