@charset "utf-8";
/* CSS Document */
<style type="text/css">
.style16 {
	color: #FF0033;
	font-size: 16px;
}
.style18 {font-size: 36px}
.style19 {color: #33CCCC}
-->



 p, footer {
    color: darkgray;
   }
    
    p, div {
	color: #CCCCCC;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
    }
    
    html {
    background-color:antiquewhite;
    }
    
    body {
    margin: 0 auto;
    padding: 5em 5em 6em;
    max-width: 800px;
    font-family: "Futura", Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    color: #FF0000;
    background-color: floralwhite;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

</style>

