body { 
	font-weight: normal;
	font-size: medium;
	font-family: sans-serif;
	color: #143c5a;
	background-color: #dff1ff;
	max-width: 600px;
	border: solid 3px #3b678d;
	padding: 1px;
	margin: auto;
}
p.header {
	text-align: center;
}
.highlighted {
	background-color:#97d2ff;
}
.bordered {
	border:solid 1px #65b1f2;	
}
.centered {
	text-align: center;
}
a:link, a:visited  {
	text-decoration: underline;
	color: #009595;
}
a:active  {
	text-decoration: underline;
	color: #00f5f5;
}
a:hover  {
	text-decoration: none;
	color: #00b2b2
}
a.down {
	text-decoration: none;
	color: #bf1111;
}
a.down:hover {
	text-decoration: underline;
	color: #009595;
}