P  {
}

H1  {
	font-size : x-large;
	font-weight : bold;
	text-align : center;
	padding-top : 3%;
}

H2  {
	margin-top : 3;
	text-align : center;
}

H3  {
	text-align : right;
	font-size : small;
}

DT  {
	margin-top : 10;
}

A  {
	color : Yellow;
}

A:Visited  {
	color : Lime;
}

A:Active  {
	color : Yellow;
}

A:Hover  {
	color : Yellow;
	background-color : Blue;
}

BODY  {
	color : Yellow;
	font-family : Arial;
	background-color : Gray;
}

