body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana;
	color: #898989;
	background-color: #1A1818;
	font-size : 10px;
}

.footer { 
	font-size : 10px;
	font-family: verdana;
	color: #898989;
 }
a {
	text-decoration: none;
	font-weight: bold;
	color:  #ccc;
	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
	
.cnt_bg { 
background-color: #3B3B3B;
 }
