p {
  font-family: arial;
  font-size: 12pt;
  color: white;
  text-align: justify;
}

h1 {
  font-family: arial;
  font-size: 18pt;
  color: white;
}

a {
  font-family: arial;
  font-size: 12pt;
  color: #FFFF80;
}
a:hover {color: #00ffff; text-decoration: none}
a:link {text-decoration: none}
a:visited {text-decoration: none}

body {
  background-color: #000000;
  background-image: url('images/back.jpg');
  background-repeat: repeat;
}

td {
  font-family: arial;
  font-size: 12pt;
  color: white;
}



