/* CSS News Document */

body 		{ margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: #FFF; }

 /* FONT COLORS */

table		{ background-color: #FFF; color: #666; font: 11px arial, sans-serif; font-weight: normal }
.title		{ color: #000; font: 12px arial, sans-serif; font-weight: bold; }
#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }

 /* PAGE LINK COLORS */

a:link		{ color: #999; text-decoration: underline; }
a:visited	{ color: #999; text-decoration: underline; }
a:active	{ color: #999; text-decoration: underline; }
a:hover		{ color: #000; text-decoration: none; }