/* Cascading Style Sheet */

h1
{
  font-family: 'Eras Bold ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
  font-weight: bold;
  color: #323232;
  text-align: left;
  font-size: 1.5em;
  line-height: 40%;
}

h2
{
  font-family: 'Eras Bold ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
  color: #585858;
  text-align: left;
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}

p
{
  font-family: 'Eras Demi ITC', 'Gill Sans MT', Candara, Arial, sans-serif;
  color: #585858;
  font-size: 0.9em;
  text-align: left;
  line-height: 120%;
}

a:link
{
color: #585858;
  text-decoration: none;
  border-bottom: dotted 1px #585858;
  line-height: 200%;
background-color: inherit;
}

a:visited
{
  color: #585858;
  text-decoration: none;
  border-bottom: dotted 1px #585858;
}

a:hover
{
  color: #0224D0;
  text-decoration: none;
  border-bottom: dotted 2px #585858;
}

a:active
{
  color: #CDA838;
  text-decoration: none;
}

img
{
border: none;

}
