body{ 
    background-color : #F5F5F5; 
    font-family : Verdana; 
    font-size : xx-small; 
    scrollbar-base-color : #F5F5F5; 
    scrollbar-arrow-color : #000000;  
    scrollbar-track-color : #F5F5F5;  
}

a:link{ color : #000000; text-decoration : none; }

a:visited{ color : #000000; text-decoration : none; }

a:hover{ color : #000000; text-decoration : underline; }

a:active{ color : #000000; text-decoration : none; }

.button { 
    border : 1 solid #000000; 
    border-style : dashed; 
    background : #F5F5F5; 
    font-family : Verdana; 
    font-size : 10px; 
    color: #000000;  
    font-weight : bold;
 }
 
.editbox { 
    border : 1 solid #000000; 
    border-style : dashed; 
    background : #F5F5F5; 
    color : #000000; 
    font-family : Verdana; 
    font-size : 10px; }
 
.shoutbox {
     color : #000000;
     font-family : Verdana;
     font-size : xx-small;
}
			 
.table0 {
    color : #000000;
    font-size : xx-small;
    background-color : #F5F5F5;
    border-bottom : 1px solid #000000;
}
						 
.table1 {
    color : #000000;
    font-size : xx-small;
    background-color : #FFD466;
    border-bottom : 1px solid #000000;	
}
											 
