BODY, TD  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
}

EM {
	color : Olive;
	font-size : small;
	font-weight : bolder;
	font-family : Arial;
	font-style : normal;
}
H1  {
	font-size : large;
	font-weight : bold;
}

H2  {
	font-size : small;
	font-style : italic;
}

A  {
	text-decoration : none;
	color : #B32F67
}

A:Visited  {
	text-decoration : none;
	color : #B32F67
}

A:Active  {
	text-decoration : none;
	color : "Maroon"
}

A:Hover  {
	text-decoration : none;
	color : #0C93DC;
}

