body {max-width : 500px;
      margin :1px auto; 
      padding: 7px;
      color: #ffffff;
      background-position: top;
      background-color: black; 
      font-family: comic sans ms, sans-serif; 
      font-size: 11px;
      font-weight: small;  
}
.top  {background-image: url('up_bg.gif');
         background-repeat: no-repeat;
         background-position:center;
         background-color:black;
         color:white;
         padding-top:0px;
}
.center {text-align : center; 
       background: #000000;
       border-top: red solid 1px;
       border-left:red  solid 1px;
       border-right:red  solid 1px;
       border-bottom:red  solid 0px;
       border-top-style: dashed;
       border-bottom-style: dashed;
       border-left-style: dashed;
       border-right-style: dashed;
       padding: 3px 2px 2px 2px;
} 
.bar {
        background-color: red;
        background-image: url('/x.gif');
        padding: 2px 1px 1px 1px;
        font-size: 11px;
        background-repeat : repeat-x;	
}

.block {text-align : left;
       font-size: 11px;
       background-color: #000000;
       border-top:red solid 0px;
       border-left:red  solid 1px;
       border-right:red  solid 1px;
       border-bottom:red  solid 0px;
       border-top-style: dashed;
       border-bottom-style: dashed;
       border-left-style: dashed;
       border-right-style: dashed;
       padding: 3px 4px
}
.bottom {text-align : center;
       font-size: 11px;
       background-color: #000000;
       border-top: red solid 0px;
       border-left:red  solid 1px;
       border-right:red  solid 1px;
       border-bottom:red  solid 1px;
       border-top-style: dashed;
       border-bottom-style: dashed;
       border-left-style: dashed;
       border-right-style: dashed;
       padding: 3px 4px
}


.ads {
       text-align : left;
       font-size: 11px;
       background-color: #000000;
       border-top:red solid 1px;
       border-left:red  solid 1px;
       border-right:red  solid 1px;
       border-bottom:red  solid 1px;
       border-top-style: dashed;
       border-bottom-style: dashed;
       border-left-style: dashed;
       border-right-style: dashed;
       padding: 3px 4px
}
.thumb {width: 65px;
        height: 50px;
        border: 1px solid red; 
}
.thumb2 {width: 60px;
         height: 60px;
         border: 1px solid red; 
}
.thumb3 {width: 50px;
         height: 50px;
         border: 1px solid red; 
}
a:link,a:visited,a:active{color: red;
                          text-decoration: none;
}
a:hover{text-decoration: none;
        color: red;padding: 1px 2px 1px 2px;

}
input, select, textarea
{margin: 0px;
 color: #ffffff;
 background-color: red;
 font-size: 11px;
 padding: 2px;
 border: 1px solid red;
}
input:hover, select:hover, textarea:hover
{background-color: #ffffff;
 color: #000000;
border: 1px solid red
}