a:hover      {  color: #00FF00; cursor: hand }
 :link { color: #00FFFF }
 :visited { color: silver }
 :active { color: #00FFFF }

a            { text-decoration: none }
.clickable   { color: darkblue; cursor: hand }
img { border: 0;text-decoration: none }
span.leading125 { line-height: 125% }

HTML {	scrollbar-3d-light-color: white;
           scrollbar-arrow-color: white;
           scrollbar-base-color: gray;
           scrollbar-dark-shadow-color: black;
           scrollbar-face-color: gray;
           scrollbar-highlight-color: white;
           scrollbar-track-color: black;
           scrollbar-shadow-color :navy
	}

BODY {	background-color: black;
 		font-family : Arial, Helvetica, Sans Serif;
		font-color : white;
 		margin: 0px 0px;}
	}
