/* default settings for the body */
body {
 
  font-family: Arial Narrow,geneva,arial,helvetica,Verdana, sans-serif;
  color: #000000;
}

/* Anchor pseudo-classes for the links #786450*/
a:link    { color: #000000; text-decoration:none;}
a:active  { color: #000000; text-decoration:bold;}
a1:active  { color: #000000; text-decoration:none;}
a:visited { color: #000000; text-decoration:none;}
a:hover   { color: #C37E28; text-decoration: underline;}
a1:hover   { color: #C37E28; text-decoration: none;}
/* settings for table headings */
/* You could also put a color setting in here, and drop the heading selector */
th {
  font-family: Arial Narrow,geneva,arial,helvetica,Verdana, sans-serif;
  font-size: small; 
}

smaller {
 font-family: Arial Narrow,geneva,arial,helvetica,Verdana, sans-serif;
 font-size: smallest;
 font-color: #000000;

}

/* settings for table cells */
td {
  font-family: Arial Narrow,geneva,arial,helvetica,Verdana, sans-serif;
  font-size: small; 
  font-color: #000000;

}

/* settings for paragraphs */
p { font-family: Arial Narrow,geneva,arial,helvetica,Verdana, sans-serif;
    font-size: small;
    font-color: #000000;

}

/* settings for other block-level elements*/
h1, h2, h3 { 
  margin-left: 2%;
  font-family: Arial Narrow,geneva,arial,helvetica,Verdana, sans-serif;
font-color: #000000;
}
 














