a         { font-family: Georgia; color: #000080; text-decoration: none; }
a:active  { color: #ffffff; }
a:focus   { color: #000080; }
a:hover   { color: #ffffff; cursor: pointer; text-decoration: underline; }
a:link    { color: #000080; text-decoration: none; }
a:visited { color: #000080; text-decoration: none; }  
  
#bodybg {
  background-image: url("http://www.insync.us/images/gradient1x800.png");
  background-repeat: repeat-x;
  visibility: visible;
  width: 1px;
  height: 800px;
  margin-top: 0px;
}

div.hr {
  color: #000080;
  background-color: #000080;
  height: 2px;
  width: 700px;
  position: absolute; 
  top: 55px; 
  left: 140px;
  background: #000080;
}
div.hr hr {
  display: none;
}
