A:link 	  {color: #ffcc00; text-decoration: none;}

A:visited {color: #ffcc00; text-decoration: none;}

A:active  {color: #ffcc00; text-decoration: none;}

A:hover   {color: #ffcc00; text-decoration: underline;}

BODY {
	bgcolor: black;
	color: orange;
	font-color: white;
	margin: 0px;
}

.orange {
	color: #FF8000;
}