   /* TEXT STYLES */

    header {text-align:center; margin-top:-10px; font-size:25px; font-weight:bold; color:black;}
    footer {text-align:center; line-height:2em; color:black;}
    blockquote{border-left: 2px solid gray; position: relative; padding-left:5px; margin-left:40px;}
    blockquote:before{display:block; padding-left: 10px; font-size: 80px; position: absolute; left: -55px; top: -20px; color: #7a7a7a; content:"\201C";}
    blockquote cite:before {content:"\2014 \2009";}
    blockquote cite{position:relative; left:500px; font-weight:bold; font-style:italic; font-size:140%;}
    blockquote h3{color:green;}
    h3,h2 {color:green;}
    
   /* OBJECT STYLES */

    div.head { position:absolute; top:35px; min-width:760px; width:100%; height:100px; text-align:center; background-color:#349d3e; }
    div.container { width:760px; margin-left:auto; margin-right:auto; margin-top:140px; text-align:left; overflow:hidden;}
    div.button-container {display: table; margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px;}
    div.button { display: table-cell; text-align:center; vertical-align: middle; font-size:25px; background-color:#349d3e; border-style:solid; border-radius:20px; border-width:5px; border-color:#e97e38; color:#f8de01;}
    div.button:hover {color:#bea800;}
    div.prefoot { width:760px; height:25px; margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:1.2em; text-align:center; }
    div.foot { min-width:760px; width:100%; height:25px; margin-left:auto; margin-right:auto; text-align:center; background-color:#349d3e; }
    div.prefoot table{width:100%; border:none;}
    div.prefoot td{width:33%; border:none;}
	
   /* BODY STYLES */

    body {
        margin:0px;
        padding:0px;
        text-align:center;
        height:100%;
        width:100%;
        background-color: #ffffff;
		color: black;
        font-family:Verdana,Geneva,sans-serif;
    }


   /* LINK STYLES */

    A:link, A:visited { color:#008000;}

    A:hover  { color:#004000;}

   /* IMAGE STYLES */

    img { max-width:100%; max-height:100%; border:0 none }
