/* CSS Document for Centering a Page Layout*/

body {
    background-color: #DCBDFF;
    font-size:12px;
    font-family:Copplerplate Gothic Light, Georgia, sans-serif;
      
}

a:link {
    color: #9436FF;
    
}
 
a:visited {
    color: #9436FF;
     
}

a:active {
    color: #9436FF;
    
}

a:hover {
    color: #FFFFFF;
    background-color: #9436FF;
    text-decoration: none;
    
}

div#outer {
    width: 80%;
    background-color:#FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;

}

div#header {
    padding: 15px;
    margin: 0px;
    text-align: center;

}

div#main {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1px;
    padding: 15px;

}

div#footer {
    text-align: center;
	padding: 15px;
    margin: 0px;
    border-top: thin solid #000000;
    font-variant: small-caps;
    
}