H1 {
	font-size:22px;
	font-family: verdana, arial;
	color: Maroon
}
H2 {font-size:16px;font-family:  arial; color:black; font-weight:bold;	text-decoration: underline;}

body {
	font-size:12px;
	font-family: arial;
	text-decoration: none;
	color: black;
	background : beige;
}

td {
	font-size:12px;
	font-family: arial;
	text-decoration: none;
	color: black;
	background-color :white ;
}

A:link {
	color: maroon;
	font-size:12px;
	text-decoration: none;
	font-family:  arial, times;
	font-weight : bold;
}

A:visited {
	color: maroon;
	font-size:12px;
	font-family: arial, times;
	text-decoration: none;
	font-weight : bold;
}


A:hover {
	color: #ab1611;
	font-size:12px;
	font-family: arial, times;
	text-decoration: underline;
	font-weight:bold;
	border : thin;
}

A:active {
color: #ab1611; 
font-size:12px; 
font-family: arial, times;
text-decoration: none; 
font-weight:bold
}

