/* CSS definition file containing site wide stylesheets */

BLOCKQUOTE {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: medium;
 	font-weight: bold;
 	font-style: italic
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

H1 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-large;
 	color: rgb(0,0,255);
 	font-weight: bold
}

H2 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: large;
 	color: rgb(0,0,255);
 	font-weight: bold
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small
}

H3 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: medium;
 	color: rgb(0,0,255);
 	font-weight: bold
}

LI {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small
}

A {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(0,0,255);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(255,0,255);
 	font-weight: bold;
 	text-decoration: none 
}