a:link {
	color: #FFA200;
	text-decoration: none;
}

a:visited {
	color: #FF6633;
	text-decoration: none;
}

a:hover {
	color: #06FF00;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

body{
background-color:#333333;
font-family: Georgia, "Times New Roman", Times, serif;
color:#CCCCCC;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
}

.bigfat {
	font-size: xx-large;
	font-weight: bold;
}
