/*
	Standard Formatting
*/

* {padding:0; margin:0;}


body {
    background: #82597B;
    font-family:Arial, Helvetica, sans-serif;
    }
    

a {
    text-decoration:none;
    color: #ffffff;
    
    }
    
a:hover {
    text-decoration:none;
    color: #bcbdc0;
    
    }
    
a img { border:0;}


h1 {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    
    }
    
h2 {
    text-align: center;
    font-size: 50px;
    padding: 50px;
    
    }
    
p {
    text-align: center;
    font-size: 20px;
    padding-bottom: 200px;
    
    }
