body 
  {background-color: white}
p
  {
  color: black;
  font-family: Verdana;
  font-size: 80%;
    }
A.navig:link
  {
   text-decoration: none;
   color:  #FFFFFF;
   text-align: right;
   font-family: Arial Narrow;
   font-weight: bold;
   font-size: 100%;  
    }
A.navig:visited
  {
   text-decoration: none;
   color: #FFFFFF;
   text-align: right;
   font-family: Arial Narrow;
   font-weight: bold;
   font-size: 100%; 
     }
A.navig:hover
  {
   text-decoration: none;
   color: #FFC466;
   text-align: right;
   font-family: Arial Narrow;
   font-weight: bold;
   font-size: 100%; 
     }
A.navig:active
  {
    text-decoration: none;
    color:  #E107E1;
   text-align: right;
   font-family: Arial Narrow;
   font-weight: bold;
   font-size: 100%;
   }
#navig2
  {
   color:  #FFC466;
   text-align: left;
   font-family: Arial Narrow;
   font-weight: bold;
   font-size: 85%;  
    }
.right 
  {
  text-align: right
  }  
#pagetitle
  {
  text-align: left;
  color: #9933CC;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 130%
  }
#pagetitle2
  {
  text-align: center;
  color: #9933CC;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 130%
  }
#subtitle
  {
  text-align: left;
  color: #9933CC;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 100%
  }
#rows
  {
  text-align: right;
  color: #9933CC;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 80%
  }
#quote
  {
 text-align: left;
  color: E107E1;
  font-family: verdana, arial;
  font-weight: bold;
  font-size: 80%
  }
  #footer
   {
  color: black;
  text-align: left
  font-family: Verdana;
  font-weight: bold;
  font-size:  70%
  }
#smaller
   {
  color: black;
  text-align: left
  font-family: Verdana;
  font-size:  70%
  }
#signup
  {
  margin-left: 10px;
  color: #E107E1;
  font-family: verdana, arial;
  font-size:62%;
    font-weight: bold
  }
  
.newsclass a{
text-decoration: none;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}