body {
	background-color: #000000;
}

html {
     overflow: -moz-scrollbars-vertical;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #66FF00;
	text-align:justify;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #66FF00;
	background-position: center;
}

.heading {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}

img {
	border: none;
} 

.imagefloatleft
{
float:left;
}

a:link {color: #66FF00; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: underline; }
