body { 
    font-weight: normal;
    font-size: medium;
    font-family: sans-serif;
    color: #ADFBFF;
    background-color: #000000;
	max-width: 600px;
	border: solid 3px #3b678d;
	padding: 1px;
	margin: auto;
}
p.header {
    text-align: center;
}
.highlighted {
	background-color:#045455;
}
.bordered {
	border:solid 1px #3b678d;	
}
.centered {
	text-align: center;
}
a:link, a:visited  {
    text-decoration: underline;
    color: #078688
}
a:active  {
    text-decoration: underline;
    color: #00f5f5
}
a:hover  {
    text-decoration: none;
    color: #00d9d9
}