body, table {
    font-family: verdana, arial, helvetica;
}

body {
    background: #aeb;
    margin: 0px;
    padding: 0px;
}

a { color: #697; text-decoration: none; font-weight:normal; } 
a:link{ color: #697; text-decoration: none; } 
a:visited{ color: #697; text-decoration: none; } 
a:active{ color: #364;  } 
a:hover{ color: #364;  }

#banner, #banner-commentspop {
    background-color: #cfc;
}

#banner {
    border: 1px dotted #697;
    height: 65px;
    padding: 10px 0 0 15px;
    margin: 10px;
}
#banner a,
#banner a:link,
#banner a:visited,
#banner a:active,
#banner a:hover {
    color: #000;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
}

#banner .description {
    color: #999;
    font-family: times, serif;
    font-size: small;
    font-weight: bold;
    margin-left: 25px;
}
.side {
    background-color: #dfd;
    border-color: #9c9;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    color: #333;
    font-size: x-small;
    font-weight: normal;
    line-height: 140%;
    padding: 3px 7px;
}

.sidetitle {
    background-color: #fff;
    border: 1px #9c9;
    border-style: solid solid dotted solid;
    font-size: x-small;
    font-weight: bold;
    padding: 2px;
    margin-top: 10px;
    letter-spacing: .3em;
    text-align:center;  
}
.powered {
    background-color: #dfd;
    border: 1px solid #9c9;
    font-size: x-small;
    font-weight: bold;
    line-height:140%;
    margin-top: 10px;
    padding:2px;
    text-align:center;
}
