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