A:link { text-decoration: none; color:#FF0000} 
A:visited { text-decoration: none; color:#FF0000} 
A:hover { text-decoration: none; font-weight:bolder; color:#CCCCCC} 

body{
	background-color:#000000;
    font: 80% verdana, arial, helvetica, sans-serif;
	text-align: center; /* for IE */
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	border: 2px hidden;
	width: 80%;
	}
	
	.normal_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: none;
	color: #CCCCCC;
}

.entryfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #CC0033;
}

.form_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: none;
	color: #CCCCCC;
}
.error_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}
.successtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:72px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	font-style:italic;
}

	.link_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-transform: none;
	color:#FF0000
}

.highlight {color: #FFFF00}
