body {
  background-color: #C3C3C3;
  background-repeat: repeat-y;
  font-family: Arial, Helvetica, sans-serif;
  }

td {
  font-size: 12px;
  color: #000000; 
  font-family: Arial, Helvetica, sans-serif;
  }

a {color: #E80000;}
a:link {color: #E80000;}
a:hover {color: #E80000; text-decoration: none;}
a:active {color: #E80000;}
a:visited {color: #E80000;}

h3 {
  font-size: 16px;
  color: #333333;
  font-style: italic;
  }

.content {
	font-size: 12px;
  color: #191919;
  }
  
.bullet {
	font-size: 15px; 
  }

.misc1 {
	font-size: 10px; 
  color: #FFFFFF; 
  }
  
.misc1 a {
  color: #EEEEEE;
  }
  
.misc1 a:hover {
  color: #FFFFFF;
  }
  
.misc2 {
	font-size: 10px; 
  color: #000000; 
  }
  
.misc2 a {
  color: #E80000;
  }
  
.misc2 a:hover {
  color: #E80000;
  }

.misc3 {
	font-size: 10px; 
  color: #666666; 
  }
  
.norepeat {
  background-repeat : no-repeat;
  }
