
h4 { font-family: Arial, BrushScript BT, Times-Roman; font-size: 19px; font-style: italic; font-weight: bold;
  color: #7D7D7D; text-align: right;}
h1 {font-family:serif, times-roman, Brush Script MT; font-size: 50px; font-style: italic; font-weight: bold;
  color:#B1629F ; text-align: center;}
  /* In the body tag I set up everything so its in a nice neat fashion. I also designed the anchor
  tags so they are always the same besides when you rollover. And for the heading tags I made it
  so its in a very nice fashion. Every page is the same so there's no confusion.*/
 body {font-family:'comic sans ms','Times New Roman', Times,  serif,; color: #860071; font-size:20px; background-color: #FCDBE4; }
 p {text-align: left }
 body A:link {   font-variant: small-caps; font-weight: bold; TEXT-DECORATION:underline; COLOR: #9C2C86; }
 body A:visited {font-variant: small-caps; font-weight: bold; TEXT-DECORATION:underline; COLOR: #9C2C86;}
 body A:hover {  font-variant: small-caps; font-weight: bold; TEXT-DECORATION:none; COLOR: #00AEED;}
 body A:active { font-variant: small-caps; font-weight: bold; TEXT-DECORATION:underline; COLOR: #9C2C86;}

//td A:link {   font-variant: small-caps; font-weight: bold; TEXT-DECORATION:none; COLOR: #992C86; }