td#bluesub {
	background-color: #CCDAEC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	font-weight: normal;
}
td#greensub {
	background-color: #D8E8B8;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	font-weight: normal;
}
td#blue {
	background-color: #CCDAEC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
td#green {
	background-color: #D8E8B8;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: Black;
	font-weight: bold;
}
p#title {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: Blue;
	font-weight: bold;
}

a:hover {
	color: Fuchsia;
}


p#link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: Green;
}

p#text {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	}

p#news {
	font-family: monospace;
	color: Gray;
}

