P  {
	text-indent : 10;
}

H1  {
	font-size : x-large;
	font-family : Times New Roman;
	font-weight : bold;
	color : Navy;
	align : center;
}

H2  {
	font-size : large;
	font-family : Courier;
}

A  {
	font-size : x-small;
	font-family : monospace;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	font-size : x-small;
	font-family : monospace;
	color : Navy;
	text-decoration : none;
}

A:Active  {
	font-size : x-small;
	font-family : monospace;
	font-weight : bold;
	color : red;
	text-decoration : none;
}

A:Hover  {
	font-size : x-small;
	font-family : monospace;
	font-weight : normal;
	color : Lime;
	background-color : Black;
}

BODY  {
	font-size : small;
	font-weight : normal;
	font-style : normal;
	color : Black;
	font-family : Times New Roman;
}


