h1,h2,h3, a:hover {
	color: #0000ff;
	}
	
#header ul.mainNav li.first a {
	text-decoration: underline;
	}
	
#content .subNav a {
	border: 1px solid #0000ff;
	color: #333;
	margin: 5px 0;
	padding: 3px;
	text-decoration: none;
	white-space: nowrap;
	}
	
#content .subNav a:hover {
	background: #0000ff;
	border: 1px solid #0000ff;
	color: #fff;
	padding: 3px;
	text-decoration: none;
	}
#footer {
	background: url(../img/footer_first.png) no-repeat #0000ff;
	}
