a:link		{ color: blue; }
a:visited	{ color: #003366; }
a:hover		{ color: red;  }
a:active	{ color: lime; }

body {
	background-color: white;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-weight: bold;
	font-size: 36px;
	color: navy;
	background-color: transparent;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 24px;
	color: black;
	background-color: LightGrey;

}