<style type="text/css">
html
{
  text-align: center;
  margin: auto;
}
body 
{
  margin-top: 20px;
  margin-left: 150px;
  margin-right: 150px;
  padding: 0;
  text-align: center;
  border: 1px solid #000000;
  overflow-y: scroll;
  background-image:
  url('pics/background.jpg')
}

.links
{
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {font-size:24; font-weight:bold; color: red;}
}

.pageHeight
{
height: 90%;
}
.marginleft
{
  position: static;
  margin-left: 30px;
}
.marginright
{
  position: static;
  margin-right: 30px;
}
</style>
