
body {
background: #FFFFFF;
font-family: comic sans ms, sans-serif;
color: #ffffff;
	scrollbar-base-color:       #ff0000;
	scrollbar-3dlight-color:    #eeeefb;
	scrollbar-arrow-color:      #0000ff;
	scrollbar-darkshadow-color: #0000ff;
	scrollbar-highlight-color:  #0000ff;
	scrollbar-shadow-color:     #0000ff;
	scrollbar-track-color:      #eeeefb; 
}

TD, P, TH {
font-family: comic sans ms, sans-serif;
font-size: 0.9em;
color: #0000FF;
}

H1,H2 {
  font-family: comic sans ms, sans-serif;
  color: #0000FF;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10.5;

  }
  
  H3 {
  font-family: comic sans ms, sans-serif;
  color: #0000FF;
  font-size: 1.4 em;
  font-weight: bold;
  margin-bottom: -0.5;
  }
  
  H4 {
  font-family: comic sans ms, sans-serif;
  color: #0000FF;
  font-size: 1.2 em;
  font-weight: bold;
  margin-bottom: -1;
  }


A:link {  
  text-decoration: underline;
  color: #0000FF;
}


A:visited {
  text-decoration: underline;
  color: #0000FF;
}

A:active {
  text-decoration: none;
  color: #FF0000;
  font-weight: bold;
}

A:hover {
  text-decoration: none;
  color: #FFFF00;
   font-weight: bold;
  }

