<!--
body {
  margin: 0px;
  color: black;
  background: white;
}
-->

table {
  width: 100%
  margin: 0;
}

table td {
  padding: 0 
  border-width: 0;
  font: 85% times;
}

h1 {
  font: bold 150% times;
  color: #3366cc;
  border-bottom: 3px solid #3366cc;
  
}
   
table#menu {
  position:absolute;
  float: left;
  top: 110px;
  left: 215px;
  align: center;
}

table#contact {
  position:absolute;
  float: left;
  top: 100px;
  left: 0px;
}

table#text {
  position: absolute;
  float: left;
  top: 200px;
  left: 165px;
}

table#email {
  position: absolute;
  float: left;
  top: 457px;
  left: 7px;
}

div#logo {
  position: absolute;
  top: 75px;
  left: 100px; 
  background-color: transparent;  
  margin: 0;
  padding: 8px;
  
}

td {font-family:Century Gothic; font-size:9pt;}

a:link    {  text-decoration: underline;
             color: blue;
             font-family: "tahoma";
             font-size: 10pt;
             font-weight: heavy; }

a:visited {  text-decoration: underline;
             color: blue;
             font-family: "tahoma";
             font-size: 10pt;
             font-weight: heavy; }

a:hover   {  text-decoration: underline;
             background-color:6A8295 ;
             color: white;
             font-family: "tahoma";
             font-size: 10pt;
             font-weight: heavy; }

a:link.links {text-decoration: none;
             color: blue;
             font-family: "tahoma";
             font-size: 10pt;
             font-weight: heavy; }

a:visited.links {text-decoration: none;
             color: blue;
             font-family: "tahoma";
             font-size: 10pt;
             font-weight: heavy; }

a:hover.links {text-decoration: none;
             background-color: b5c9e2;
             color: red;
             font-family: "tahoma";
             font-size: 10pt;
             font-weight: heavy; }
-->
</style>


