A:LINK {
	color : Red;
	text-decoration : none;
	font-size : x-small;
}

A:ACTIVE {
	color : Red;
	text-decoration : none;
	font-size : x-small;
}

A:VISITED {
	color : Red;
	text-decoration : none;
	font-size : x-small;
}

A:HOVER {
	color : #CD5C5C;
	text-decoration : underline;
	font-size : x-small;
}

BODY {
	background-color : #336699;
}

P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : White;
	font-weight : bold;
}