P  {
	font-size : small;
}

H1  {
	font-size : large;
}

H2  {
	font-size : medium;
	font-style : italic;
}

H3  {
	font-size : small;
	font-weight : bold;
}

A  {
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	color : Purple;
	text-decoration : none;
}

A:Active  {
	color : Red;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
}

BODY  {
	font-family : Verdana, Tahoma, Arial, sans-serif;
	background-color : White;
}

.caption  {
	font-size : xx-small;
}

.small  {
	font-size : x-small;
}

li {
	font-size: small;
}
