html, body {
   margin : 10px 0 10px 0;
   padding : 0;
}

body {
   font : 12px Verdana, sans-serif;
   color : #f60;
   background : #f1b826;
   width : 100%;
}

a:link {
   color : #606;
   background : transparent;
   text-decoration : none;
   font-weight: bold;
}

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

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

a:active {
   color : #f2efcf;
}

h1 {
   color: #f60;
   font-size: 16px;
}
   
h2 {
   text-align : center;
   margin : 1em 0.5em 0.5em 0.5em;
   color: #f60;
   font-size: 140%;
}

img {
   border : none;
}

.small {
	font-size:12px;
	
}
BODY {
	scrollbar-face-color:#f1b826;
scrollbar-highlight-color:#f1b826;
scrollbar-3dlight-color:#F60;
scrollbar-darkshadow-color:#F60;
scrollbar-shadow-color:#F60;
scrollbar-arrow-color:#F60;
scrollbar-track-color:#f1b826;
}

