
body {
	margin: 0px;
	padding: 0px;
}
body#bd {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#0033CC;

}


.nav {
	color : #FFFFCC;
	text-decoration : none;
}

.nav:Hover{
	color : #FFFFCC;
	text-decoration : underline;
}

.nav2 {
	color : #0000FF;
	text-decoration : underline;

}

.white {
	color : #FFFFFF;

}

.nav2:Hover{
	color : #FF0000;
	text-decoration : none;
}
.nav3 {
	color : #FFFFFF;
	text-decoration : none;
}

.nav3:Hover{
	color : #000000;
	text-decoration : none
} 
 
