body, table {
    font-family: verdana,arial, helvetica;
}

body {
    background: #aaa;
    margin: 0px;
    padding: 0px;
}
a { color: #888; text-decoration: none; font-weight:normal; } 
a:link{ color: #888; text-decoration: none; } 
a:visited{ color: #888; text-decoration: none; } 
a:active{ color: #444;  } 
#banner, #banner-commentspop {
    background-color: #ccc;
    border: 1px solid #888;
    color: #000;
}

#banner {
    height: 65px;
    padding: 15px 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 .descrxption {
    color: #777;
    font-size: small;
    font-weight: bold;
    margin-left: 25px;
}
.side {
    background-color: #ddd;
    border-color: #999;
    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: #eee;
    border: 1px #999;
    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: #ddd;
    border: 1px solid #999;
    font-size: x-small;
    font-weight: bold;
    line-height:140%;
    margin-top: 10px;
    padding:2px;
    text-align:center;
}


a:hover{ color: #444;  }