body {
	color: #00FF00;
	background-color: #000000;
}
a {
	color: #666666;
	text-decoration: none;
}

a:hover	 {
	Text-Decoration : underline overline;
	color: #00FF00;
		}
		
a:visited {
	color: #990000;
}

a:visited:hover	{
  Text-Decoration : underline overline;
  color: #00FF00;
}

.posted {
  color: #00FF00;
  border-style: solid;
  border-width: thin 0 thin 0;
}
