 
body
   {
    background-color: black
   }
h1
   {
    margin-top: 10%;
    color: white;
    font-family: serif;
    text-align: center
   }

h2
   {
    color: white;
    font-family: serif;
    text-align: center
   }
a
   {
    color: white;
    text-decoration: none
   }

a.two:hover 
   {
    font-size: 150%
   }

p.normal
   {
   margin-top: 20%;
   margin-left: 10%;
   margin-right: 10%;
   color: white;
   font-family: serif;
   text-align: center;
   font-size: 125%
   }

.hyper
   {
   color: white;
   font-family: serif;
   text-align: center
   }
   
img 
   {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
   }

