body {background-color: #000000; 
      color: #666666;
      background-image: url("http://snortsigh.com/images/snortsigh.png");
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-position: left top;
      background-size: 200px 200px;
    
    
}
h2 {
    width: 65%;
    background-color: #ffffff;
    border-radius: 25px;
    text-align: center; 
    margin: auto;
    text-shadow: 0px 0px 2px #ff0000;
    color: #000000;
    margin-top: 0;
    margin-bottom: 15px;
    
}

h1 {text-align: center; font-size: 75pt; color: #ffff00; text-shadow: 4px 4px 10px #ff0000; margin-bottom: 0;}
h4 {
    font-size: 17pt;
    text-align: center; 
    text-decoration: underline;
    margin-bottom: 2px;
    color: #ffff00;
    text-shadow: 2px 2px 5px #ff0000;
}

p {
    width: 45%;
        padding: 25px;
    text-align: justify; 
    margin: auto;
    text-shadow: 4px 4px 10px #ff0000;
    color: #ffffff;
    font-size: 19px;
    margin-top: 5px;
}

.menu { 
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    
    width: 50%;
    margin-top: 15px;
    text-align: center;
    position: relative;
    left: 37%;
}

.menu a, a:visited, a:active  {
 color: #ffffff;
 background-color:000000;
 padding: 2px;
 border-radius: 5px;
 text-decoration: none;
 
 
}
.menu a:hover {
    color: #ffffff;
    background-color: #ff0000;
}

hr {
    width: 50%;
    margin: auto;
}