/* CSS definition file containing site wide stylesheets */

.Yellow {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,0);
 	font-weight: normal;
 	font-style: normal
}

.Norm_Blue {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(153,204,255);
 	font-weight: normal;
 	font-style: normal
}

A {
	color: rgb(192,192,192)
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(255,0,0);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: underline
}
