BODY {
	background-color : #D2D2C2!important;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
	font-family: Verdana;
	font-size: 10px;
	line-height:12px;
	color: #2C3333;
}	
.text {
	font-family: Verdana;
	font-size: 10px;
	line-height:12px;
	color: #2C3333F;
}

.text a {
	display: inline;
	color: #2C3333;
	text-decoration: none;
	
}

.text a:hover{
	background-color: #FF5501!important;
	display: inline;
	color: #2C3333
	text-decoration: none;
	
}

.text a:active {
	display: inline;
	color: #F2C3333;
	text-decoration: none;
	
}

.text a:visited {
	text-decoration: line-through;
	color: #FF5501;
}