/* doesn't read external css background-image properties
they need to go in the document
*/

a:link {
  text-decoration: underline;
  color: #FF3300;
}

a:visited{
  text-decoration: underline;
  color: #CC6666;
}

a:hover {
  color: #009900;
  text-decoration: underline;
}
 
a:active  {
  text-decoration: underline;
  color: #FF0000;
} 

img {
  border: 0px;
}

h1 {
  font-size: 36px;
  line-height: 140%;
  color: #ff6600;
  background-color: #333;
  border-color: #0f0;
  border-style: solid;
  padding: 50px;
  margin: 20px;
}

h2 {
  font-size: 24px;
  line-height: 140%;
  color: #993300;
  background-color: #333;
  border-style: solid;
  margin: 10px;
} 

h3 {
  font-size: 18px;
  line-height: 140%;
  color: #993300;
  margin: 10px;
}

h4 {
  font-size: 16px;
  line-height: 140%;
  margin: 10px;
  color: #333366;
}

h5 {
  font-size: 14px;
  line-height: 140%;
  margin: 10px;
  color: #330000;
  font-weight: bold;
}

h6 {
  font-size: 10px;
  line-height: 140%;
  margin: 10px;
  color:#330000;
}

p {
  font-size: 11px;
  font-weight: normal;
  line-height: 140%;
  margin: 10px;
  color: #330000;
}

.lower {
  text-transform:lowercase;
}

.caption {
  font-size: 10px; 
  line-height: 125%; 
}

.table {
  font-size: 9px; 
  line-height: 100%; 
}
.crumbs {
  font-size: 10px;
  text-transform:uppercase; 
  line-height: 125%; 
}

li {
  font-size: 11px;
  line-height: 125%;
  color: #330000;
  font-weight: normal
}

.map40 {
  margin-left:40px;
}

.map80 {
  margin-left:80px;
}

.map120 {
  margin-left:120px;
}

.map160 {
  margin-left:160px;
}

.map200 {
  margin-left:200px;
}
