P  {
	text-align : right;
	text-indent : 20 px;
	font-family : Verdana;
	font-size : x-small;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : Verdana;
	font-style : italic;
	color : Navy;
	text-align : left;
	text-indent : 20 px;
	font-weight : normal;
}

H2  {
	font-size : smaller;
	font-style : italic;
	font-family : Verdana;
	color : Navy;
}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {
	background-color : Yellow;
}

BODY  {
	padding-left : 30;
}

pre  {
	font-size: large;
	font-family: Courier New;
	color: Black;
	font-weight: bold;
}



hr  {
	color : Navy;
}


