body {
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-image:url(images/background.gif);
  background-color:#ebebeb;
  background-repeat:repeat-y;
}

a { 
  color: #bedb1d; 
  text-decoration: none; 
}
a:hover { 
  color: white; 
  text-decoration: none; 
}

p {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 70%;
  color: white;
  line-height:16px;
}

h1 {
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 190%;
  font-weight: normal;
  color: white;
}

h2 {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 120%;
  font-weight: normal;
  color: white;
}

ul {
  color: white;
  margin-right: 5%;
  line-height:16px;
}

li {
  font-size:10px;
  margin-bottom:10px;
}

table.contact {
       color: #fff;
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       line-height:16px;
       padding: 2px;
       font-size: 70%;
       float: left;
       vertical-align: text-top;
}

blockquote
  {
  background-color:#818181;
  border:1px solid #CACACA;
  padding:20px;
  margin:20px 0px 20px 0px;
  }
