/* Red-Orange Links with Olive-Green Hover conforming to forum colors */
/* http://www.ibdjohn.com/ */
/* http://www.dynamicdrive.com/style/csslibrary/item/custom-scrollbar-colors/P20/ */
/* http://www.rem-graphics.com/html_13.php */
/* http://webdesign.about.com/od/css/a/aa011899.htm */
/* http://www.helium.com/items/980020-how-to-make-external-css-style-sheets */
/* http://webdesign.about.com/od/css/a/aastylelibrary.htm */
html, body {
/* margin: 0px; padding: 0px; border: 0px; */
background-color: #FFFFFF;
/* font-family: "Times New Roman", Georgia, Times, serif; */
font-family: Verdana, Arial, Helvetica, "Trebuchet MS", sans-serif; 
font-size: 10pt;
color: #000000;
scrollbar-face-color:#7EAB30;
scrollbar-highlight-color:#C6E794;
scrollbar-3dlight-color:#C6E794;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#72AB0F;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#CCCCCC
}
a:link { color: FF571A; text-decoration: underline }
a:visited { color: FF571A; text-decoration: underline }
a:active { color: 7EAB30; text-decoration: none }
a:hover { color: 7EAB30; text-decoration: none }
.borderit img{border: 2px solid #C3E691;}
:hover.borderit img{border: 2px solid #FF571A;}
:hover.borderit {color: #FF571A;} /* irrelevant definition to overcome IE bug */
.textlink {font-family: "Times New Roman", Courier, Garamond, serif; font-weight: bold; font-size: 18pt; color: #FF571A; text-decoration:underline; outline:none; background: transparent}
:hover.textlink {font-family: "Times New Roman", Courier, Garamond, serif; font-weight: bold; font-size: 18pt; color: #7EAB30; text-decoration: none; outline:none; background: transparent}