body {
	background-color:#000000;
	
	color: white;

    font: 12pt "Trebuchet MS", Helvetica, arial, sans-serif;

}

img {
	border: none;
}

a
{
	text-decoration: none;						/* Text decoration of links */
	color: #6A6A6A;								/* Main color of links */
}

a:hover
{
	color: #E0E0E0;								/* Color of links after mouseover */
}