body             { background-color:#5A0000; color: white; font-family: arial,sans-serif; }

font             { color: white; }
td               { color: white; }
p		{ color: white; }

a:visited	{ text-decoration: none; color: red; }
a:link           { text-decoration: none; color: red; }
a:hover          { text-decoration: none; background: green; }
a:active         { text-decoration: none; background: blue; }

.giUpdated, .giNew {
	font: normal 9px Arial;
	text-transform: uppercase;
	color: #222;
	background: #ffea88;
	padding: 0 3px;
	margin-left: 3px;
}

