.border {
	border: 1px solid #003366;
	display: block;



}
a {
	text-decoration: none;
	color: #003366;
	font-weight: bolder;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;


}
.nospace {
	height: 10px;
}
p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px;
}
h1 {
	font-size: 16px;
	color: #003366;
	background-color: DDCA93;



}
.rightleftborder {
width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
	height: 10px;

}
a.body:hover {
	text-decoration: underline;
}
a.nav:hover {
	background-color: DDCA93;
	display: block;


}
.copyright {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}
