

H1  {
	font-size : large;
	font-family : Times New Roman;
	font : Times New Roman;
	font-weight : normal;
	font-style : italic;
	color : Black;
}


A  {
	color : #800080;
}

A:Visited  {
	color : #0000FF;
}

A:Active  {
	color : Green;
}

A:Hover  {
	color : #9400D3;
}

BODY  {
	background-color : #FFFFFF;
	font-size : medium;
	font-family : Arial,Verdana,Geneva;;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 15;
	margin-right : 20;
}

.white  {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.small  {
	font-size : x-small;
	text-decoration : none;
}

.onedown  {
	font-size : small;
}

.links  {
	font : Book Antiqua;
	font-family : Book Antiqua;
}

.red  {
	color : #FFA500;
}

