
html {
scrollbar-face-color: #7f9c80;
scrollbar-highlight-color: #537b54;
scrollbar-shadow-color: #5c8a5d;
scrollbar-arrow-color: #537b54;
scrollbar-base-color : #537b54;
scrollbar-3d-light-color : #5c8a5d;
scrollbar-darkshadow-color : #5c8a5d;
}

body {
 margin-top: 50px;
 margin-left:35px; 
 padding:0;
 background: #8ca58c;
 background-image:url(animebk4.jpg);
 color: #334f34;
 text-align: center;
 font-family:"comic sans ms bold", serif;
 font-size:16px;
 
 }
 
h2 {color:#334f34;
    text-align:center;
		}  



 
 a {margin:10px; text-decoration:none; font-style:italic;font-family:georgia, serif; font-size:15px; font-weight:800;}
 a:link {color:#a3eda3;}
 a:visited {color:#74e674;}
 a:active: {color:yellow;}
 a:hover{color:yellow;}
 

#topstrip {
 width: 500px;
 height: 20px; 
 background: #7f9c80;
 color: #333333;
 border: solid #597f5a;
 border-width: 1px; 
 margin:0;
 text-align:center;
  
}


#content { 
 height: 400px;
 width:500px; 
 position:relative;
 border: solid #597f5a; 
 border-width: 0px 1px 1px 1px; 
 background: #8ca58c;
 background-image:url(green66.gif);
 color: #334f34;
 overflow: auto;
 margin:0 15% 0 15%;
 }