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

a:hover {
background-color: #b2cdda;
}

body {
margin: 1.5em auto;
font: .8em verdana, tahoma, sans-serif;
background: #ccc url('images/bg.gif');
}

img {
padding: 1px;
}

h1, h2 {
font-size: 1em;
font-weight: normal;
text-decoration: underline;
}

h1 {
text-align: center;
}

h3 {
font-size: 1em;
font-weight: normal;
text-align: center;
}

h4 {
font-size: 1em;
font-weight: normal;
border-bottom: 1px dotted #000;
}

ol {
margin-right: 25px;
}

table {
margin: 0 auto;
}

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

#all {
margin: 0 auto;
width: 555px;
text-align: center;
border: 1px solid #000;
background-color: #fff;
}

#buttons {
text-align: center;
}

#header {
height: 135px;
background: url('images/header.jpg') no-repeat center;
}

#main {
padding: .1em .5em .5em .5em;
text-align: left;
background-color: #fff;
}

#nav {
font-size: 1em;
line-height: 22px;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
background-color: #ccc;
}

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

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

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

#nav a:hover {
color: #fff;
background-color: #ccc;
}

input, textarea, select {
font: inherit;
padding: 2px;
border: 1px solid #000;
}