/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	font-weight: bold
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(153,0,0);
 	font-weight: bold
}

.Linked1 {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	font-weight: bold
}

A:visited {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(153,0,0);
 	font-weight: bold
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	font-weight: bold
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: small;
 	color: rgb(102,0,255);
 	font-weight: bold
}