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

a:hover {
color: #666;
}

body {
margin: 2.5em auto;
font: .8em/1.35em verdana, tahoma, sans-serif;
background: #99f;
}

img {
padding: 1px;
}

h1, h2, h3, h4 {
font-size: 1em;
font-weight: normal;
}

h1, h2 {
text-decoration: underline;
}

h1, h3 {
text-align: center;
}

h4 {
border-bottom: 1px dotted #000;
margin-bottom: .7em;
}

ol {
margin-right: 25px;
}

p#stats {
margin-bottom: 1.8em;
}

table {
margin: 0 auto;
}

td {
padding: .1em .2em;
}

#all {
margin: 0 auto;
width: 600px;
text-align: center;
background-color: #f9f9f9;
}

#buttons {
text-align: center;
padding-bottom: .5em;
}

#footer {
font: italic 1.15em/6em serif;
padding: 5px;
height: 97px;
background: #fff url('images/logo.gif') no-repeat 10px;
}

#header {
height: 60px;
background: #fff url('images/text.png') no-repeat center;
}

#main {
padding: .1em 1em 1em 1em;
text-align: left;
min-height: 225px;
}

#nav {
font-size: 1em;
background-color: #fff;
padding-bottom: .25em;
}

#nav ul {
margin: 0;
padding: 0;
}

#nav li {
padding: 0 1.3em;
display: inline;
}

#nav a {
color: #00000f;
font-weight: normal;
text-decoration: none;
}

#nav a:hover {
color: #666;
}

input, textarea, select {
font: inherit;
padding: 2px;
border: 1px solid #666;
background-color: inherit;
}