/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(102,102,153);
 	font-style: italic;
 	vertical-align: baseline;
 	text-decoration: underline
}

A:link {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(102,102,153);
 	font-style: italic;
 	text-decoration: underline
}

A:visited {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(153,153,255);
 	font-style: italic
}

A {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(102,102,153);
 	font-style: italic;
 	text-decoration: underline
}

A:hover {
	font-family: "Times New Roman",  Times,  Serif;
 	color: rgb(102,102,153);
 	font-style: italic
}