#base {
  clear : both;
  border : solid 0px #ffffff;
  background : #bfd4ef;
  width : 766px;

  margin : 0px;
}

#base p {
  margin : 6px;
  font-size : 75%;
  line-height : normal;
  color : #072B83;
}

#base a:link {
  color : #072B83; 
  text-decoration : none;
}

#base a:visited	{
  color : #072B83; 
  text-decoration : none;
}

#base a:hover {
  color : #072B83; 
  text-decoration : underline;
}

