body {
  background-color: #f9f9f9;
}
body, div, input, select {
  font-family: Comic Sans MS,cursive,sans-serif;
  font-size: 10pt;
  color: #ff110c;
}
a:link, a:visited, a:active {
  color: #90ff83;
  text-decoration: none;
}
a:hover {
  border-color: #33ff33;
  color: red;
  background-color: #33ff33;
  background-image: url(2.gif);
  background-position: left top;
}
form, fieldset, p, ul, ol {
  border:  none;
  margin: 0;
  padding: 0;
}
abbr {
  border:  none;
}
div#bg {
  border-style: double;
  background-color: #ccffff;
  font-family: "Times New Roman",Times,serif;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: center;
  list-style-type: circle;
}
