margin{
	margin-bottom: 0px; margin-left: 0px; margin-top: 0px; margin-right:0px;
}
body{
	background: #99CCFF;
}
tr,td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #0065CA
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #0065CA
}
a:link{
	text-decoration : none;
	font-weight: bold;
	color : #0065CA;
}
a:active{
	text-decoration : none;
	font-weight: bold;
	color : #0065CA;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	color : #0065CA;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color : #000000;
}