body {
  background-color: #003399;
  text-align: center;
  font-size: 80%;
}

#container {
  margin: 0 auto;
  width: 750 px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.0em;
}

.headline {
	color: #FFFFFF;
	font-size: 1.2em;
	background-color: #000000;
	padding: 4px;
}

a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #0000FF dotted;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px #0000FF dotted;
}
a:hover {
	border-bottom: 1px #FF0000 dotted;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
}


