* {
	margin: 0px;
	padding: 0px;
	
	
}
body{
   background-color:#4566ab;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000000;
   }
.overflow{
	/*overflow:visible;*/
	overflow:auto;
	
}
ul{
	list-style-type: none;
}
.clear{ clear:both;}
 




