body {
	margin-left:30;
	background: white;
}


p {
	font-family:verdana;
	font-size:10;
	text-decoration:none;
	color: #000000;
}

.h1 {
	font-family:verdana;
	font-size:12;
	text-decoration:none;
	color: maroon;
	font-weight:bold;
}

.d1 {
	font-family:verdana;
	font-size:11;
	font-weight:bold;
	text-decoration:none;
	color: white;
}

td {
	font-family:verdana;
	font-size:10;
	text-decoration:none;
	color: #000000;
}

a:link { color: black;
         text-decoration: underline;
}

a:active { color: black;
         text-decoration: underline;
}

a:visited { color: black;
         text-decoration: underline;
}

a:hover { color: white;
         text-decoration: none; background:maroon;
}