body 
{
  background-color: #FF00FF;
  background-attachment: fixed;
}

a:link 
{
  color: #FFFFFF;
  text-decoration:none;
  font-size: 2em;
}
a:visited 
{
  color: #FFFFFF;
  text-decoration:none;
  font-size: 2em;
}
a:hover 
{
  font-style: italic;
}

h1
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(47,74,23); 
  color: rgb(47,74,23);
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  font-family: arial, sans-serif;
  text-align: right;
}

