body {background-color:black;
      
      background-repeat: repeat-y;
	  background-attachment:scroll;
      font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
      color: white;
      font-size:12pt;
      font-weight:bold;
      scrollbar-base-color:black;
      scrollbar-track-color:#c00000;
      scrollbar-arrow-color:#c00000;
      scrollbar-highlight-color:white;
      scrollbar-face-color:black; }

#description {  font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
      color: white;
      font-size:12pt;
      font-weight:bold;
   }

/* button attributes appear on the form buttons*/
#Button {color:white; background:purple; font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size:14pt; }

A:link {color:#f00000; font-size:12pt; font-weight:bold; text-decoration: none;}
A:active {color:#f00000; font-size:12pt; font-weight:bold; text-decoration: none;}
A:visited {color:#f00000; font-size:12pt; font-weight:bold; text-decoration: none;}
A:hover {color:#E1E1E1; font-size:12pt; font-weight:bold; text-decoration: underline;}

#footer A:link {color:red; font-size:8pt; font-weight:normal; text-decoration: none;}
#footer A:active {color:red; font-size:8pt; font-weight:normal; text-decoration: none;}
#footer A:visited {color:red; font-size:8pt; font-weight:normal; text-decoration: none;}
#footer A:hover {color:#E1E1E1; font-size:8pt; font-weight:normal; text-decoration: underline;}

/* titlebar attributes appear to highlight sections of page */
#TitleBar {color:black; background:#e408e4; font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size:13pt; font-weight:bold;}

/* intro indicates text beneath titlebar*/
#Intro {color:#66CCFF; font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size:10pt; font-weight:bold; font-style:italic;}
