body {
	font-family: Courier,'serif';
	font-size: 14px;       
	margin:10px;
	padding:10px;
	background: #FFFFFF;
	color:blue;
}
img a:hover {
	text-decoration:none;
}
.logo {
	margin-left:auto;
	margin-right:auto;
}
.content {
	padding:10px;
	font-size: 14px;
}

.nav {
	font-size:16px;
}
.nav a:link, a:visited {
	text-decoration:none;
}
.nav A:hover {COLOR: black; TEXT-DECORATION: underline}
#navOn {
	COLOR: black; TEXT-DECORATION: underline;
}
.copyright {
	font-size:10px;
	text-align:center;
}


A:link {COLOR: blue; TEXT-DECORATION: none}
A:visited {COLOR: blue; TEXT-DECORATION: none}
A:hover {COLOR: black; TEXT-DECORATION: underline}
A:active {COLOR: black; TEXT-DECORATION: none}	

.underline a:link {
	text-decoration:underline;
}