body{
    color: white;
    background: url("august.jpg") repeat scroll 0 0 transparent;
    font-size: 14px;
}

h1{font-size: 26px;}
h2{font-size: 22px;}
h3{font-size: 18px;}

#content{
    width: 840px;
    margin: auto;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: url('content-background.png') repeat;
}

.center{
    text-align: center;
}

a{
    color: #FF0000;
    text-decoration: none;
    font-family: EssaysBold;
    alpha(opacity=66);-moz-opacity:.66;opacity:.66;
}

a:hover{alpha(opacity=100);-moz-opacity:1;opacity:1;}

