#top {
	width:expression(document.body.clientWidth > 690 ? "690px" : "auto");
  	margin:auto;
  	max-width: 690px;
	}
	
#top h1 {
}

#top h2 {
color:#FF6633;
margin-bottom:-10px;
text-decoration:underline;
}

#top a {
	text-decoration:none;
	}
	
#top a:hover {
	text-decoration:underline;
	}
