body,html {
background: #000066;
color: white;
margin:0;
padding:0;
}

body {
width:800px;
font:0.83em/1.4em Tahoma, Geneva, sans-serif;
color:white;
letter-spacing:1px;
margin:0 auto;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-size: 4em;
font-style:italic;
font-weight:bold;
line-height:40%;
text-align: center;
color: #66CCFF;
background-color: #000066;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size: 2em;
font-style:italic;
font-weight:bold;
line-height:40%;
text-align: center;
color: #66CCFF;
background-color: #000066;
}

h3 {
font-size:1.5em;
}

h4 {
font-size:1.25em;
}

a:link {
color: white;
font-weight:bold;
text-decoration:none;
}

a:visited {
color: #66CCFF;
font-weight:bold;
text-decoration:none;
}

a:hover {
color: blue;
font-weight:bold;
text-decoration:underline;
}

a:active {
color: white;
font-weight:bold;
text-decoration:none;
}

#container {
width:780px;
margin:0 auto;
}

#main {
width:780px;
float:left;
color: white;
background: #000066;
padding:10px;
}

#button {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight:bold;
text-decoration:none;
letter-spacing:1.25px;
width:774px;
color:white;
align:center;
margin:0 auto;
padding:5px 2px;
}

#footer {
clear:both;
background-color: #000066;
text-align:center;
color: white;
font-size:85%;
padding:6px;
}

#footer li {
display:inline;
padding:0 8px;
}

#nav li a:link,#nav li a:visited {
color:white;
}

#footer2 {
clear:both;
background-color: #000066;
text-align:center;
color: white;
font-size:.75em;
line-height:1em;
padding:6px;
}

