body {
  background: #9090FF url(Bg.jpg);
  background-position: center;
  text-align: center;
  font-family: arial;
}
.textbg {
  color: #FFFFFF; 
  /*text-decoration: underline;*/
  /*font-family: courier;*/
  font-size: 18px;
  text-transform: uppercase;
}
.textreg {
  color: #AAAAAA;
  text-decoration: none;
  font-size: 16px;
}
a {
  text-decoration: none;
  font-size: 16px;
}
a:link {color: #00FFFF}
a:visited {color: #FF99FF}
a:active {color: #FFFFFF}
a:hover {color: #FFFFFF; text-decoration:underline}
    
hr {
  width: 900px;
  display: none;
}
  
