P  {
	font-size : medium;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	border-style : none;
	border-color : Navy;
}

H1  {
	font-family : Arial;
	font-size : x-large;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}

H2  {
	font-family : Arial;
	font-weight : bold;
	font-size : large;
	color : Navy;
}

H3  {
	font-size : medium;
	font-family : Arial;
	color : Navy;
}

A  {
	font-size : medium;
	font : arial;
	color : Navy;
	text-decoration : none;
	font-weight : normal;
}

A:Visited  {
	font-size : medium;
	color : darkslategray;
	font-weight : normal;
}

A:Active  {
	font : arial;
	font-size : medium;
	color : midnightblue;
	font-weight : normal;
}

A:Hover  {
	font-size : medium;
	color : black;
	background : 
	text-decoration : none;
	font-weight : normal;
	background-color : #E6E6FA;
	font-style : normal;
}

BODY  {
		font : arial;
	background : white;
}


