body {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  color: black;
  margin:0;

}




.Special
{
	font-size: 22px;
	background-color: #8A1714;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #777777;
}


td {
  vertical-align: top;
}

.arial12 {
  font-family: arial;
  font-size: 10;
  color: black;
  }
  
  .times12 {
  font-family: times new roman;
  font-size: 12;
  color: black;
  }
  
    .times14 {
  font-family: times new roman;
  font-size: 14;
  color: black;
  }
  
  
.comic {
  font-family: comic sans ms;
  font-size: 14;
  color: a7a766;
  font-weight: bold;
  }
  
.regular {
  font-family: arial;
  font-size: 12;
  color: white;
  
   }

.regularblack {
  font-family: arial;
  font-size: 13;
  color: black;
  
   }
.regularsmall {
  font-family: arial;
  font-size: 11;
  color: white;  
}

.regularsmallblack {
  font-family: arial;
  font-size: 11;
  color: black;  
}

.regularsmallblue {
  font-family: arial;
  font-size: 11;
  color: blue;  
}

.arial14 {
  font-family: arial;
  font-size: 12;
  color: black;
}

/* BEGIN LINK DEFINITIONS */
A:link {text-decoration: underline;  color: black;}
A:visited {text-decoration: underline;  color: #555555;}
A:active {text-decoration: none}
A:hover {text-decoration: underline ; color: blue;}
li.article a,
li.category a,
li.link a,
h1 a {
  text-decoration: none;
}

