/* CSS Document */
body {
	margin-top: 5%;
	background-color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ccc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	border-bottom-style: none;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.smalltxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ccc;
}
.smalltxt a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	color: #ccc;
}
.smalltxt a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:none;
	color: #ccc;
}
.smalltxt a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration:underline;
	color: #fff;
}
.enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
	color: #d1b273;
}
.enter a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
	color:#d1b273;
}	
.enter a:visited{
	text-decoration:none;
	font-size: 20px;
	color: #d1b273;
}
.enter a:hover {
	text-decoration:none;
	font-size: 20px;
	color:#ffffff;
	/*color: #ff0099;*/
}


