body 
{ 
behavior: url(CSS/csshover.htc);
background-color: #008B00 ;
margin:10px;
width:90%;	
border:40px solid brown ;
scrollbar-base-color:#369;
padding:5px;
color:white;
font-face:bantang;
font-size:14pt;
scrollbar-face-color: #008B00  ;/*/ obviously change this to whatever you want /*/
scrollbar-arrow-color: yellow ;
scrollbar-highlight-color: yellow ;
scrollbar-3dlight-color: #008B00  ;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: yellow ;
scrollbar-track-color: #ff800 ;
}
td
{
font-size:13pt;
}
p
{
font-size:17pt;
}
img
{
border:0;
}
a:link   
{
color: white ;
} 
a:visited   
{
color: white ;
} 
a:active
{
color: white ;
}

#pic1  
{
width:170px; height:150px;
border:none;
}
#textlinks
{
width:400px; height:20px;
}
#tbox
{
width:980px;
border: medium double white ;
}
.cssbutton 
{
border: 1px solid yellow;
background: brown ;
color: white;
font-size: 13pt;
font-style: italic;
width:110

}
.cssbutton:hover 
{
border: 1px solid white;
background: #008B00 ;
color:yellow;
}