hr { color: #08B500; }

/* -------- */

body,table,th,td { font-family: Verdana, Arial, Helvetica, Sans-Serif; }
body,table,th,td { font-size: 13px; }

.table {background-color: #EEEEEE;}

h1 { font-size: 18px; }
h2 { font-size: 16px; text-decoration: underline; }
h3 { font-size: 14px; }

// a { font-size: 14px; text-decoration: none; font-weight: bold; }
a { font-size: 13px; text-decoration: none; font-weight: normal; }
a:link { color: #0000FF; }
a:visited { color: #0000FF; }
a:active { color: #AA00AA; }
a:hover { color: #AA00AA; text-decoration: underline; }

body { scrollbar-base-color:#EEEEEE; }
// body { scrollbar-3dlight-color:red; }
body { scrollbar-arrow-color:#08B500; }
// body { scrollbar-darkshadow-color:blue; }
// body { scrollbar-face-color:#DDFFDD; }
body { scrollbar-highlight-color:#08B500; }
body { scrollbar-shadow-color:#08B500; }
body { scrollbar-track-color:#DDDDDD; }

body { overflow: auto; }
body { scrollbar: auto; }
