body {  
    margin: 0px;
    padding: 0px;
  	font-size:   10px;
  	font-family: Verdana, Arial, Garamond;
    background: #F8F8FF;
	  color: #000;
}

body, p, html, table, td {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
}

#leftcolumn {
        left: 0px;
        position: absolute;
        width: 10px;
        margin-top: 4px;
}

#rightcolumn {
        position: absolute;
        right: 0px;
        width: 10px;
        margin-top: 4px;
}

#leftcolumn, #leftcolumn p, #rightcolumn, #rightcolumn p {
        font-size: 11px;
        line-height: 16px;
}

#leftcolumn_pic {
        left: 0px;
        position: absolute;
        width: 10px;
        margin-top: 4px;
}

#rightcolumn_pic {
        position: absolute;
        right: 0px;
        width: 10px;
        margin-top: 4px;
}

#leftcolumn_pic, #leftcolumn_pic p, #rightcolumn_pic, #rightcolumn_pic p {
        font-size: 11px;
        line-height: 16px;
}

#footer {
        border-top: 1px solid #666;
        clear: both;
}

#centercolumn {
      /* position: absolute;  */
        border: 0px solid #666666; 
/*        border: 0px solid #BBCBDA; */
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
}

#centercolumn_pic {
        border: 0px solid #666666; 
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
}

#affad {
      /* position: absolute;  */
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
}

#copyright {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9px;
        line-height: 8px;
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
        text-align: center;
}

#webmasters {
        font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8px;
        line-height: 8px;
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
        text-align: center;
}

#affad_pic {
      /* position: absolute;  */
        margin-left: 11px;
        margin-right: 11px;
        padding: 10px 4px;
}

#webmasters a
{
    font-size:       8px;
    /* color:           #FF9900; */
    color:           #0099FF;
    text-decoration: none;
}

#webmasters a:hover
{
    color: #FF0000;
}

.content {
        padding: 4px;
        background-color: #F5DEB3;
        /* border: 1px solid #999; */
        border: 1px solid #000;
}

.contentbody{
        padding-bottom: 10px;
        padding-top: 10px;
        padding: 10px;
}
.entrycontent {
        background: #DEDEDE;
        /* border: 1px solid #999; */
        border: 1px solid #000;
}


.content p {
        margin: 4px 2px 4px 2px;
}

.title-wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
	text-align: center;
}

.title{
	text-align: center;
         color: #0099FF;
/*        padding: 3px 0 3px 25px; */ /* this pushes it offset a bit */
        text-shadow: 0.1em 0.1em 0.1em #CCC;
}
.title a
{
    font-size:       16px;
    color:           #0099FF;
    text-decoration: none;
}

.title a:link { color: #0099FF; text-decoration: none}
.title a:visited { color: #0099FF; text-decoration: none}
.title a:hover { color: #FF0000; text-decoration: underline}


H1 {
        font-size: 16px;
        margin: 4px;
        color: #FFF;
        display: inline;
}

a
{
    font-size:       12px;
    color:           #0099FF;
    text-decoration: none;
}
a:link { color: #993300; text-decoration: none}
a:visited { color: #993300; text-decoration: none}
a:hover { color: #FF0000; text-decoration: underline}
a:hover img {  border: 1px solid #FF0000; }
