<!--
.rr {
	font-variant:small-caps;
}

a img {
	border:none;
}

h2,h3 {
	color:#966; 
}
h2 {
	border-bottom:1px solid #600;
}

blockquote {
	font-family:Arial,sans-serif; font-style:italic;
}



a:link {color:#b99; text-decoration:underline;}
a:visited {color:#a99; text-decoration:underline;}
a:focus {color:#fff; text-decoration:underline;}
a:hover {color:#fff; text-decoration:underline;}
a:active {color:#fff; text-decoration:underline;}

html, body, textarea, div {
  scrollbar-base-color:#000;
  /*scrollbar-3d-light-color:#600;*/
  scrollbar-arrow-color:#600;
  scrollbar-darkshadow-color:#000;
  scrollbar-face-color:#300;
  scrollbar-highlight-color:#900;
  scrollbar-shadow-color:#300;
  scrollbar-track-color:#000;
}
-->