p {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
; line-height: normal
}

h1 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 24px;
	color : Maroon;
; font-weight: bold
}


A {
	text-decoration: none;
	color: Navy;
	list-style-type : circle;
}

A:Hover {
	text-decoration: underline;
	color: Maroon;
}

BODY { background-color: #FFFFFF ; color: #000000}

