* {
  padding: 0;
  margin: 0;
 }
 
 body {
  font-family: Arial;
  color: #BDBDBD;
  background-image: url(images/background.gif);
  background-repeat: repeat;

 }


h3 {

  font-size: 18px
 }

h4 {

  font-size: 12px
 }
 
h5 {

  font-size: 20px
 }

h6 {

  font-size: 14px
 }

a {

  color: #BDBDBD;
  text-decoration: none;
 }
a:focus {

  cursor: crosshair;
  text-decoration: none;
  color: #ffaa00;

 }

a:hover {

  cursor: crosshair;
  text-decoration: none;
  color: #ffaa00;

 }
a:active {

  cursor: crosshair;
  text-decoration: none;
  color: #ffaa00;

 }
