A:LINK {
	color: #000000;
	background-color: #CC0000;
	text-decoration: none;
}

A:VISITED {
	color: #000000;
	background-color: #CC0000;
	text-decoration: none;
}

A:ACTIVE {
	color: #000000;
	background-color: #CC0000;
	text-decoration: none;
}

A:HOVER {
	color: #000000;
	background-color: #D9D9D9;
	text-decoration: none;
}

BODY  {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #D9D9D9;
	font-size : 10px;

	scrollbar-arrow-color:#CC0000; 
	scrollbar-3d-light-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-base-color:#000000; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#000000; 
	scrollbar-shadow-color:#000000;
}

.txt {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #D9D9D9;
}
.errortxt {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	font-weight : normal;
	color: #CC0000;
	margin-bottom: 5px;
}

INPUT, SELECT { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-size: 10px; 
	color:#000000;
	background: transparent; 
	background-color: #D9D9D9;
	border: 0px solid #D9D9D9;
}

.nameinput {
	width:240px;
}

.emailinput {
	width:240px;
}

.spaminput {
	width:240px;
} 
	
TEXTAREA { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight : normal;
	font-size: 10px; 
	color:#000000; 
	width: 240px;
	background: transparent; 
	background-color: #D9D9D9;
	border: 0px solid #D9D9D9;
	scrollbar-arrow-color:#CC0000; 
	scrollbar-3d-light-color:#D9D9D9; 
	scrollbar-highlight-color:#D9D9D9; 
	scrollbar-base-color:#D9D9D9; 
	scrollbar-darkshadow-color:#D9D9D9; 
	scrollbar-face-color:#D9D9D9; 
	scrollbar-shadow-color:#D9D9D9;
}