a         { color : blue ; text-decoration : none ; }
a:link    { color : blue ; text-decoration : none ; } 
a:visited { color : blue ; text-decoration : none ; } 
a:active  { color : blue ; text-decoration : none ; } 
a:hover   { color : blue ; text-decoration : underline ; } 

td.image  { background-repeat : repeat-y ; }

body {
	font-size : x-small;

	margin : 0px;

  scrollbar-face-color : lightsteelblue ;
  scrollbar-arrow-color : white ;
  scrollbar-highlight-color : white ;
  scrollbar-shadow-color : white ;
  scrollbar-base-color : blue ;
  scrollbar-3dlight-color : blue ;
  scrollbar-darkshadow-color : blue ;
} 
