body {
  font-family:'Courier New','Courier',monospace;
}

div#body {
	width: 600px;
	margin-bottom: 200px;
}

div.content {
	margin-top: 150px;
}

a:link, a:visited {
	color: #006699;
}
a:hover, a:active {
	color:red;
}