body{
	background-color: #BDBEC0;
}

.text {
	font-size : 13px;
	font-weight : normal;
	color : #FFFFFF; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5;
	padding-left: 10;
	padding-right: 10;
}

.text A {
	text-decoration : underline;
	color : #FFFFFF;
	font-size : 13px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.text A:HOVER{
	text-decoration : none;
	color : #FF5E55; 
	font-size : 13px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.border{
   border: 1px double;
	border-color: #DEDFE0;
	color : #FF5E55; 
}
