/* This goes in the head of each documsent */
/* <link rel="stylesheet" type="text/css" name="css" href="css.css">*/
/*<LINK rel="stylesheet" type"text/css" href="screen.css" media="screen">*/
/*<LINK rel="stylesheet" type"text/css" href="print.css" media="print">*/


/* import external stylesheet */
/* @import url(http://www.style.org/pastoral); */
/* @import url(http://www.style.org/marine); */

/* theonething has BODY {SCROLLBAR-FACE-COLOR: #003366; MARGIN: 0px; SCROLLBAR-HIGHLIGHT-COLOR: #999; SCROLLBAR-ARROW-COLOR: #cc0} */
/* bgproperties="fixed" */

/* links */
a:link {color: #666600}
a:visited {color: #666600}
a:hover {color: #000033}
a:active {color: #000033}

.about {text-decoration: none}
a.bottom:link {color: #000033; text-decoration: none}
a.bottom:visited {color: #000033; text-decoration: none}
a.bottom:hover {color: #666600; text-decoration: underline}
a.bottom:active {color: #666600; text-decoration: none}

/* This is cool - text-decoration: underline overline */

BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 10px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #000000; 
   scrollbar-base-color: #869A9B;
   scrollbar-shadow-color: #C8E3FF;
   scrollbar-highlight-color: #C8E3FF; 
   scrollbar-3dlight-color: #94C2E4; 
   scrollbar-darkshadow-color: #78A9D9;
   scrollbar-track-color: #F7F7F8; 
   scrollbar-arrow-color: #000000;
margin-top: 12px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
}

/* margin: 0px 0px 0px 0px;*/


