/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(204,102,0);
 	text-decoration: none 
}

A:link {
	color: rgb(0,51,153);
 	text-decoration: none 
}

.Linkdark {
	text-decoration: none 
}

A:visited {
	color: rgb(0,51,153);
 	text-decoration: none 
}

.menu {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: medium;
 	color: rgb(255,204,0);
 	font-weight: bold;
 	text-decoration: none 
}

.menulink {
	color: rgb(255,204,0);
 	font-weight: bold;
 	text-decoration: none 
}

A {
	color: rgb(0,51,153);
 	text-decoration: none 
}

.menuhover {
	color: rgb(255,153,51);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	color: rgb(255,153,0);
 	text-decoration: none 
}