/*  CSS for Website  S Feder  July 25, 2010 */
body 
{
   background-color: #1d1710;               /*rgb(29, 23, 16);*/
   font-family: Arial, Helvetica, sans-serif;
   color: #ffffff;
   font-size: .8em;
}
table
{
   background-color: #000000;
}
h1 
{
  color: #ecb952;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  text-align: center;
  font-weight: 700;  
}
h6
{
  text-align: left;
  font-size: 1em; 
  font-weight: 500; 
}
a:link
{
  color: #ffffff;
  background-color: #4C0000;
  font-variant: large-caps;
  font-size: 1.1em;
  text-decoration: none;
}
a:hover
{
  color: #ecb952;
  background-color: #4C0000;
  font-variant: large-caps;
  font-size: 1.1em;
  text-decoration: none;
}

.centerhead
{
  color: #ffffff;
  font-size: 1.2em;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
.colorinfo
{
   color: #ebc952;
   font-size: 1em;
}
.pquote
{
  font-size: 1em;
  text-align: justify;
}
.pquoteh
{
  color: #ebc952;
  font-weight: 400;
  font-size: 1.1em;
  text-align: center;
}
.what
{
  color: #ebc952;
  text-align: left;
  font-size: 1em;
}
.when
{
  color: #ffffff;
  text-align: left;
  font-size: 1em;
}
.style2 
{
   color: #ebc952;
   font-size: 1.1em;
}

.style4 
{
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

.style5 {
color: #ffffff;
font-size: small;
}
.style6 {
color: #007fff;
}
.style10 {
font-size: small;
}
.style12 {
font-size: 9px;
}
.style15 {
font-size: 16px;
}


