body {
  position: absolute;
  font-size: 12px;
  background-color: #fd7;
  font-family: verdana;
  margin-left: 50%;
}
table {
  font-size: 11px;
}
input,textarea {
  width: 400px;
  font-size: 11px;
  border-width: 1px;
  background-color: #fc9;
  border-color: #000;
  border-style: solid;
  margin-left: 1px;
}
#container {
  position: absolute;
  width: 775px;
  height: 500px;
  margin-left: -390px;
  margin-top: 20px;
  background-image: url("ramonycajal.jpg");
  border-style: solid;
  border-width: 2px;
  border-color: #900;
}
a {
  font-weight: bold;
  color: #800;
}
a:link{
  text-decoration: none;
}
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  color: #f00;
}
