* html {
}
body {
	filter:default;
	margin:0px;
	padding:0px;
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
}
a {
	color: Blue;
	outline:none;
	text-decoration:none;
}
a img {
	border:none
}
a:link,  a:visited {
	color:#00327D;
}
a:hover {
	color:#FF6600;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
