body,td,th {
	color: #00CC00;
}
body {
	background-color: #000000;
}
a:link {
	color: #00EC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00EC00;
}
a:hover {
	text-decoration: underline;
	color: #00EC00;
}
a:active {
	text-decoration: underline;
}

.bar td, .bar tr, .bar body, .bar a:hover, .bar a:visited, .bar a:link, .bar a:active{
  font-family:arial, helvetica, sans-serif;
  background-color: #00EC00;
  background: #00EC00;  
  color: #000000;
  font-size:12px;

  vertical-align: middle;
  
}

.smalltext {
        font-family:verdana, arial, helvetica, sans-serif;
        font-size:10px;
        color:#00EC00;
        line-height:12px;
        }