a:link { color: (51 0 255); text-decoration: underline; }
a:visited { color: (51 0 255); text-decoration: underline; }
a:hover { color: (51 0 255); text-decoration: underline; }
a:active { color: (51 0 255); text-decoration: underline; }

.button a:link { color: black; text-decoration: none; }
.button a:visited { color: black; text-decoration: none; }
.button a:hover { color: black; text-decoration: underline; }
.button a:active { color: black; text-decoration: none; }

.footer a:link { color: white; text-decoration: none; }
.footer a:visited { color: white; text-decoration: none; }
.footer a:hover { color: white; text-decoration: underline; }
.footer a:active { color: white; text-decoration: none; }

.header a:link { color: #3E3E3D;; text-decoration: none; }
.header a:visited { color: #3E3E3D;; text-decoration: none; }
.header a:hover { color: #3E3E3D;; text-decoration: underline; }
.header a:active { color: #3E3E3D;; text-decoration: none; }

.breadcrumbs a:link { color: #3E3E3D;; text-decoration: none; }
.breadcrumbs a:visited { color: #3E3E3D;; text-decoration: none; }
.breadcrumbs a:hover { color: #3E3E3D;; text-decoration: underline; }
.breadcrumbs a:active { color: #3E3E3D;; text-decoration: none; }

P
{ font-family: verdana;
  color: #339966; }

H1
{ text-align: center;
  font-family: verdana;
  font-size: 26px;
  color: #FF9900;
  margin-top: -5px; 
  margin-bottom: -15px; }

H2
{ text-align: center;
  font-family: verdana;
  font-size: 18px;
  color: #FF9900; }

H3
{ text-align: left; 
  font-family: verdana; 
  font-size: 18px;
  color: #FF9900; 
  margin-bottom: -5px;}

H4
{ text-align: center; 
  font-family: verdana; 
  font-size: 18px;
  color: #FF9900;
  text-decoration: underline; }

.bottom-nav, .bottom-nav a:link, .bottom-nav a:visited
{ text-align: center; 
  font-family: verdana; 
  font-size: 12px;
  color: #FF9900;
  text-decoration: none; }

.bottom-nav a:hover, .bottom-nav a:active
{ text-align: center; 
  font-family: verdana; 
  font-size: 12px;
  color: #FF9900;
  text-decoration: underline; }

form.search input
{ font-size: 7pt; }

.button 
{ font-size: 10pt;
  font-family: arial;
  font-weight: bold; 
  padding-bottom: 15px; }

.header
{ text-decoration: none; 
  font-size: 10pt;
  font-family: arial;
  font-weight: bold;
  color: #3E3E3D; }

.footer 
{ text-decoration: none; 
  font-size: 10pt;
  font-family: arial;
  font-weight: bold; }

.breadcrumbs, .breadcrumbs a:link, .breadcrumbs a:visited
{
font-size: 11pt;
color: gray;
text-decoration: none; 
padding-top: 5px; 
font-weight: bold; 
font-family: arial; }

.breadcrumbs a:hover, .breadcrumbs a:active
{
text-decoration: underline;
}