.link a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
.link a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	}
td {
	vertical-align: top;
	}
.main {
	color: #009;
	background-image: url(images/hHeading.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial;
	font-size: 15px;
	padding: 5px 20px 30px 20px;
	}
h1 {
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	}
.footer {
	font-family: arial;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	}