body   {
	font-size: 8pt; 
        color: #000000; 
        font-family: arial, verdana; 
        background: #ffffff;
       }


.title {
        font-size:18px; 
        font-weight:bold; 
        color:#651568; 
        align:center;         
        background:#CDA2CF;        
        margin-top:5px;
        border-top: 2px solid #888888;
        border-bottom: 2px solid #888888;
        text-align: center;
       }

.title2 {
        font-size:12px; 
        font-weight:bold; 
        color:#000000;         
        background:#ffffff;        
       }

.plugboard { 
        background: #FFFFFF;
        font-size:12px;  
        color:#000000;   
       }

.boardtext { 
	font-size: 12pt; 
	color: #000000; 
	font-family: arial, verdana; 
	background: #FFFFFF;
       }

.sitetitle
           { 
            font-size:18px; 
            color:#8B0F90; 
            font-weight:bold;
            text-align:center;         
           }


#header { 
         width: 830px;
        }



#right {
           width: 615px; 
           border:  #580E5B 4px solid; 
	font-size: 11pt; 
	color: #000000; 
	font-family: arial, verdana; 
           float: right; 
           background: #ffffff;   
            text-align:justify; 
            padding: 3px;       
          }


#left { 
            width: 170px; 
           border:  #580E5B 3px solid; 
           float: left; 
           background: #ffffff; 
            text-align:justify; 
            padding: 2px;
           }

hr {
    text-align: center; 
    border: 0px dashed;
    color: #888888;
    background-color: #888888;
    height: 1px;
    width: 98%;
   }


A:link 
      {text-decoration: none; color: #000000; cursor: hand;  }
A:visited 
      {text-decoration: none; color: #000000; cursor: hand;}
A:active 
      {text-decoration: underline; cursor: hand; color: #000000; }
A:hover 
      {text-decoration: underline; color: #4146FC; cursor: hand; }
