a {
	font-size: 10pt;
}

a:link { color: blue; text-decoration: none; }
a:visited {
	color: gray;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
	background-color: #ffb0b0;
}
a:active {
	color: gray;
	text-decoration: none;
}

BODY {
  scrollbar-base-color: #ffcccc;
}

BODY {
  scrollbar-track-color: #ffe0e0;
  scrollbar-face-color: #ffbbbb;
  scrollbar-shadow-color: #cc9999;
  scrollbar-darkshadow-color: #ffcccc;
  scrollbar-highlight-color: #ffe0e0;
  scrollbar-3dlight-color: #ffbbbb;
  scrollbar-arrow-color: #ff6666;
}

