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

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

body {
margin: 10px;
font: .75em/1.4em verdana, sans-serif;
color: #000;
background-color: #fd4;
}

img {
border: 0;
}

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

blockquote {
margin: 0 30px;
padding: 5px;
border-left: 10px solid;
background-color: #fd4;
}

blockquote a {
color: #000;
}

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

ol li {
margin-bottom: .5em;
}

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

ul ul {
margin-left: -25px;
margin-bottom: 5px;
}

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

h1 {
text-align: center;
border-bottom: 1px solid;
text-decoration: none;
}

h2 {
text-decoration: underline;
}

h3{
text-align: center;
}

h4 {
border-bottom: 1px dotted #000;
}

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

#buttons {
text-align: center;
}

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

#main {
padding: .15em .5em;
text-align: left;
}

#nav {
padding: .2em;
font-size: 1em;
text-align: center;
line-height: 1.8em;
background-color: #000;
}

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

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

#nav a {
color:#fd4;
}

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

#updates {
list-style-type: upper-roman;
margin: 15px -10px 10px -10px;
}

#updates li {
margin: 5px;
}

#links li {
line-height: 1.7em;
}

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