body {
background-color: #000000;
  text-align: center;
}

p {
  font-family: Verdana;
  font-size: 12px;
  color: #FFFFFF;
  text-align: justify;
}

p a {
	color: #ffffff;
	text-decoration: none;
    background: #8912c8;
    }

p a:visited {
    color: #ffffff;
	text-decoration: none;
    background: #8912c8;

}

p a:hover {
    color: #8912c8;
	text-decoration: none;
    background: #ffffff;

}

#nav {
  font-family: Verdana;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
letter-spacing: normal;

}

#nav a {
	color: #ffffff;
	text-decoration: none;
    font-weight: bold;

 }

#nav a:visited {
    color: #ffffff;
	text-decoration: none;
   font-weight: bold;


    }

#nav a:hover {
    color: #ff00ff;
	text-decoration: none;
    background: #000000;
    font-weight: bold;

  }