td {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: navy;
}
h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: navy;
}

a:hover {
	font-family:arial;
	font-size: 12px;
	font-weight:bold;
	color: red;
	text-decoration: underline;
}
a {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: navy;
	}
	
p {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: navy;
}
	