/*
Dark blue: 000074
Light blue: 006BFB
Blue blue: 000DC9
Really light blue: 8DE4FF
Practically white: E5FFFF
*/
body {
	background-color: #8DE4FF;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
    text-align: center;
}

div#main {
    width: 700px;
    text-align: left;
    margin: 150px auto;
    padding: 32px;
    
    outline-style:double;
	border:3px #000074 double;
	outline-color: #000074;
	background-color: #FFFFFF;
}

div#heading {
	height: 200px;
}

div#logo, div#headingText {
    float: left;
}

h1 {
	color: #000074;
	font-size:22px
}

a {
	color: #000DC9;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	color: #005BFB;
}

.center {
	text-align:center
}

.special {
	color: #000000
}

br {
    clear: both;
}
