html, body {
   margin : 0;
   padding : 0;
 
 background-color: #FFF;  
}

	body {
	font : 10px "Verdana", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	color : #333;
	text-align:center;

	}




.clear{
  clear: both;
  line-height: 0;
height: 0;
font-size: 0;
  }




/* Normal links */
a:link, a:visited {
	color: green;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #0A0C25;
	text-decoration: none;
	}




