P  {
	font-size : x-small;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

A  {
	font-size : x-small;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-style : normal;
	color : Teal;
	text-decoration : none;
}

A:Visited  {
	font-size : x-small;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-style : normal;
	color : Aqua;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-style : normal;
	color : Teal;
	text-decoration : underline;
}

BODY  {
	font-size : x-small;
	font-family : Verdana, Arial;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

hr  {
	color : Teal;
}

li  {
	list-style : square;
}

