A:LINK {
	color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	text-decoration : none;
}

A:VISITED {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : bold;
	text-decoration : none;
}

P {
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : normal;
	text-decoration : none;
}

A:LINK.body {
	color : Blue;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : normal;
	text-decoration : underline;
}

A:HOVER.body {
	color : Red;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : normal;
	text-decoration : underline;
}

A:VISITED.body {
	color : Gray;
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	font-weight : normal;
	text-decoration : underline;
}

H1 {
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : medium;
	font-weight : normal;
	text-decoration : none;
}







