
BODY { background-color: #003366 }
BODY { color: white; font-family: Arial, sans-serif }
BODY { margin-top: 0; }
BODY { margin-left: 6; }
BODY {scrollbar-face-color: #0099CC;
	scrollbar-arrow-color: #003366;
	scrollbar-base-color: #00AAFF;
    scrollbar-track-color: #003366;}

BODY {font-size: 12px}	
TABLE {font-size: 12px}	
	
:link { color: #FFFF99 }  /* for unvisited links */
:visited { color: #FFFF99 } /* for visited links */
:active { color: #FF0033 } /* when link is clicked */
:hover { color: #FF0033 } /* when mouse is over link */
