body, table {
    font-family: verdana, helvetica;
}

body {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

a 		{ color: #668; text-decoration: none; font-weight:normal; } 
a:link		{ color: #668; } 
a:visited	{ color: #668; } 
a:active	{ color: #334; } 
a:hover		{ color: #334; }
#banner, #banner-commentspop {
    background-color: #ddf;
    border-bottom: 1px dotted #668;
}

#banner {
    height: 65px;
    padding: 10px 0 0 15px;
}
#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: #668;
    font-family: times, serif;
    font-size: small;
    font-weight: bold;
    margin-left: 10px;
}	
.side {
    color: #333;
    font-size: x-small;
    font-weight: normal;
    line-height: 140%;
    padding: 3px 7px;
  border: 1px dotted #9c9;
				
}	

.sidetitle {
    background-color: #ddf;
    border: 1px dotted #9c9;
    color: #668;
    font-size: x-small;
    font-weight: bold;
    padding: 2px;
    margin-top: 10px;
    letter-spacing: .3em;
    text-align:center;		  					
}		
.powered {
    font-size: x-small;
    font-weight: bold;
    line-height:140%;
    margin-top: 10px;
    padding:2px;
    text-align:center;
}	

  