/* basic style */
body {
   background: #efefef;
   font-family: 'Times New Roman', Times, serif;
   font-size: 14px;
   color: #1d007b;
   margin: 0 0 0 0;
}

div.logo {
    left: 0;
    top: 0;
    position: absolute;
    width: 1024px;
    height: 60px;
}

div.content {
    left:10;
    top:70;
    position: absolute;
    height: auto;
    width: 844px;
}

a:link {
  color: #dd8766;
  text-decoration: none;
}

a:visited {
  color: #dd8766;
  text-decoration: none;
}

a:hover {
  color: #cc0000;
  background-color: #e0e0e0;
  text-decoration: none;
}

.bold {
  font-weight: bold;    
}
