/*************************************/
/* index.css  -  VP7 Style Sheet  */
/*************************************/

body {
  margin-top: 10%;
  background: #000000;
  color: #000000;
  text-align: center;
}

A:link {
  text-decoration: none; 
  color: #000000; 
  font-family: Helvetica;
} 

A:visited {
  text-decoration: none;
  color: #000000;
} 

A:hover {
  text-decoration: underline;
  color: #000000;
}

A:active {
  color: #000000;
}

A:hover {
  color: #000000;
}

.right { 
  float: right;
}







