a {
color: #f00;
text-decoration:none;
}

a:hover {
color: #333;
border-bottom: 1px dashed;
}

body {
margin: 35px auto;
font: .75em/1.3em verdana, tahoma, sans-serif;
background-color: #222;
}

img {
border: none;
}

p {
padding: 0 .5em;
text-align: justify;
}

table {
margin: 0 auto;
}

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

ol, ul {
margin-right: 25px;
}

ol li {
margin-bottom: 5px;
}

ol ul {
margin-left: -25px;
margin-right: 0px;
}

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

h1 {
text-decoration: underline;
text-align: center;
}

h2 {
text-decoration: underline;
}

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

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

#all {
margin: 0 auto;
width: 525px;
text-align: center;
}

#buttons {
text-align: center;
}

#footer {
padding-right: 25px;
height: 72px;
font: 1.75em/3.1em sans-serif;
text-align: right;
background: #fff url('images/x.png') no-repeat left;
}

#main {
margin-bottom: 12px;
padding: .2em .5em;
text-align: left;
background-color: #fff;
}

#nav {
color: #000;
line-height: 27px;
background-color: #eef;
margin-bottom: 12px;
}

#nav ul {
margin: 0;
padding: 0;
text-align: center;
list-style: none;
}

#nav ul li {
margin: 0 .8em;
display: inline;
}

#nav a {
color: #000;
}

#nav a:hover {
color: #f00;
border-bottom: none;
}

#updates {
list-style: none;
margin: 20px 75px;
}

input, textarea, select {
font: 1em verdana, arial, sans-serif;
padding: .1em .2em;
border: 1px solid #000;
background-color: #fff;
}