body, html{
	height : 100%;
	width : 100%;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color : #000;
	text-align : left;
	vertical-align : top;
}
body,html,h1,h2,h3,h4,div,img,ol,ul,li,p,dl,dt{
	margin : 0;
	padding : 0;
	border : 0;
	text-decoration:none;
	list-style: none;
	font-weight: normal;
}
a{
	color : #00338a;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	background: none;
}
a:active {
	outline: none;
	border:0;
	 }
a:focus { -moz-outline-style: none; }
a:active { border: none; }
a:focus { border: none; outline:none;}
div{
	float: left;
}