/* CSS Document */

body {
background:#900;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:small;
color:#FFF;
text-align:center
}

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

a:hover {
color:#FF0
}

#footer {
width:720;
margin:auto;
font-size:smaller;
text-align:right;
}

#wrapper {
width:570px;
margin:auto;
text-align:left
}

.sub {
font-size:smaller;
text-align:center
}

.blue {
color:#6CF
}

.brown {
padding:.5em 2%;
margin:1em 0;
background:#600
}

.chunk {
margin:.5em 0
}