BODY {  background-color: #21201C;  font-family : Arial, Verdana, Helvetica, Geneva;  font-size: 120%;  font-weight: normal;  letter-spacing: 2;  color: #FFD56F;  scrollbar-arrow-color:#EF3031;   scrollbar-face-color:#FECE48;   scrollbar-3dlight-color:#FFBF0A;   scrollbar-highlight-color:#FFBF0A;   scrollbar-shadow-color:#EF3031;   scrollbar-darkshadow-#A17303;   scrollbar-track-color:#FFD56F;   }      /* this group sets the normal link colors */  A:LINK {  color : #EF3031;  text-decoration: none;  }  A:VISITED {  color : #EF3031;  text-decoration : none;  }  A:HOVER {  color : #FFBF0A;  text-decoration : underline overline;  }  A:ACTIVE {  color : #EF3031;  text-decoration : underline overline;  }    H1 {  font-size: 120%;  font-weight: bold;  letter-spacing: 2;  color: #FFBF0A;  }    H2, H3, H4, H5, H6 {  font-size : 150%;  font-weight : normal;  color : #FFBF0A;  }    HR {  color: #F6AE00;  height: 1px;  width: 85%;  }      
