
html {
  background-image: url(../images/bg.jpg);
}

a:link {
  color: blue;
  font-size: 12px;
}

a:visited {
  color: red;
}

a:hover {
  font-style: italic;
  color: #6600ff;
}

body, td, th {
  font-family: Verdana,Geneva,sans-serif;
  color: #000000;
  font-size: xx-small;
}

div.box {
  border: 10px outset #0033ff;
  height: 750px;
  width: 844px;
  margin-left: 50px;
}

p {
  background-repeat: no-repeat;
}

#picture2 {
  border: 0px solid ;
  height: 62px;
}

