body {
  background-image: url('background.gif');
  margin: 0;
  padding: 0;
  background-repeat: repeat;
}

div 
{
width:800px;
height:400px;
overflow: scroll;
}

hr  {color: darkgreen;}

h1 {
  text-align: center;
  font-family: impactl;
  font-size: 36px;
  color: gold;
}

h2 {
  text-align: center;
  font-family: garamond, garamond, arial;
  font-size: 16px;
  color: darkgreen; 
}

h3 {
  text-align: center;
  font-family: garamond, arial;
  font-size: 22px;
  color: gold; 
}

h4 {
  text-align: center;
  font-family: garamond, arial;
  font-size: 24px;
  color: darkgreen; 
}

h5 {
  text-align: center;
  font-family: garamond, arial;
  font-size: 16px;
  color: gold; 
}

p.small {
  text-align: center;
  font-family: arial;
  font-size: 10px;
  color: darkgreen;
}
  
p.green {
  text-align: center;
  font-family: garamond, arial;
  font-size: 20px;
  color: darkgreen; 
}

p.blue {
  text-align: center;
  font-family: garamond, arial;
  font-size: 20px;
  color: darkblue; 
}

p.gold {
  text-align: center;
  font-family: garamond, arial;
  font-size: 16px;
  font-weight: bold;
  color: gold; 
}

p.silver {
  text-align: center;
  font-family: garamond, arial;
  font-size: 16px;
  font-weight: bold;
  color: silver; 
}

p.bronze {
  text-align: center;
  font-family: garamond, arial;
  font-size: 16px;
  font-weight: bold;
  color: saddlebrown; 
}

p.special {
  padding-left: 2em;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  color: darkgreen; 
}

p.super {
  font-weight: boldest;
}

p.red {
  text-align: center;
  font-family: garamond, arial;
  font-size: 16px;
  font-weight: bold;
  color: red; 
}

a {
  text-decoration: none;
}

a:link {
  text-align: center;
  font-family: garamond, arial;
  border: outset;
  font-size: 16px;
  font-weight: bold;
  background-color: gold;
  color: darkgreen;
}

a:visited {
  font-family: garamond, arial;
  border: outset;
  font-size: 16px;
  font-weight: bold;
  background-color: gold;
  color: darkgreen;
}

a:hover {
  font-family: garamond, arial;
  border: inset;
  font-size: 16px;
  font-weight: bold;
  background-color: darkgreen;
  color: gold;
}

