@charset "utf-8";
/* CSS Document */


BODY 		{ margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
	background-color:#626E00}


 /* FONT COLORS */


TABLE		{
	COLOR: #FF0;
	FONT: 16px tahoma;
	font-weight: normal;
}

.title		{
	COLOR: #FF0;
	FONT: 16px arial, sans-serif;
	font-weight: bold;
}

#NewsDiv	{ position: absolute; left: 0; top: 0; width: 100% }

 /* PAGE LINK COLORS */

a:link		{
	color: #FF0;
	text-decoration: underline;
}

a:visited	{ color: #FF0; text-decoration: underline; }

a:active	{ color: #FF0; text-decoration: underline; }

a:hover		{ color: #FF0; text-decoration: none; }
