a
{	
	text-decoration: none;
	color: rgb(0,128,0);
}
br
{
        font-size: 6pt;
}

a:link
{
	color: rgb(0,128,0); 
}

a:active 
{
	color: rgb(0,128,0);
}

a:visited
{
	color: rgb(0,128,0); 
} 

a:hover
{
	color: rgb(0,128,0);
	text-decoration: underline;
}

p
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: rgb(0,0,0);
}

body
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: rgb(0,0,0);
}

h1,h2
{
	font-family: Verdana;
	color: rgb(0,80,0)
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

headline
{
	font-family: Arial Black, Arial;
	font-size: 16pt;
	text-decoration: bold;
}	
marquee
{
	color: rgb(255,0,0);
	font-size: 14pt;
}
marquee:hover
{
	color: rgb(255,0,0);
	text-decoration: underline;
}

#NewsBlock {
  color: rgb(255,255,255);
}
#NewsHeader {
  font-weight: bold;
  background-color: rgb(0,128,0);
}
#NewsContent {
  background-color: rgb(110,145,0);
}

#NewsLink {
  color: rgb(0,0,0);
}