BODY {
scrollbar-base-color: #cccccc;
scrollbar-track-color: #cccccc;
scrollbar-face-color: #cccccc;
scrollbar-highlight-color: #333366;
scrollbar-3dlight-color: #333366;
scrollbar-darkshadow-color: #333366;
scrollbar-shadow-color: #cccccc;
scrollbar-arrow-color: #333366;

}

A:link    { color: #DDD5AD; }    /* non websafe color to look better with the flow of colors */
A:visited { color: #F77B7E; }   /* visited links non websafe color to look better with the flow of colors   */
A:hover   { color: #22DDEE; } /* user hovers     */
A:active  { color: #666666; }   /* active links    */


h1 {
	color: #cccccc;
	text-align: center;
   }
h2 {
	color: #cccccc;
   }

h3 {
	color: #cccccc;
   }
h4 {
	font-size: 90%;
	color: #cccccc;
	font-family: "Tahoma", serif; 
   }
h5 {
	color: #cccccc;
   }
h6 {
	color: #cccccc;
   }
p {
	color: #cccccc;
	font-size: 100%;
	text-indent: 20px;
  }