/* Header */
body {height: 6000px; font-family: Georgia;}
h1  {font-size: 24pt;}
h2  {font-size: 20pt;}

/* Section 1 */
a {text-decoration: none}
a.newmenu   { color: white; }
a:visited.newmenu  {color: lime; }
a:hover.newmenu {background-color: yellow; color: navy;}
a.newmenu, a:visited.newmenu {font-size: 14pt; background-color: navy; font-weight: bolder; height: 10em;}
div.nav { background-color: maroon; text-align: center; width: 95%; position: absolute; top: 0%; left: 3%; border-style: dashed; border-width: 0px; height: 30px;}
table.nav {position: absolute; top: 1.5%; left: 0%; width: 100%;}
tr.nav { background-color: navy; text-align: center;}                    

/* ==================================================================== */

/* Section 2 */
div.section2 {position: absolute; top: 18%; left: 3%; width: 40%; 
            border: dashed 0px red; height: 165px; }

/* ==================================================================== */

/* Section 3 */
div.section3 {position: absolute; top: 18%; right: 2%; 
            border: dashed 0px blue; height: 165px; width: 48%;}

h1.banner {position: absolute; top: 60%; right: 1%; color: navy;}            

/* ==================================================================== */

/* Section 4 */
div.section4 {position: absolute; top: 280px; left: 3%; width: 95%;
                border: solid 0px green; text-align: center;}

/* ==================================================================== */

/* Section 5 */
div.section5 {position: absolute; top: 470px; left: 3%; 
            border: dashed 0px teal; width: 95%; height: 1500px; color: #000080;}

h2.intro {border: solid blue 0px; text-align: center;}
h2.calc {text-align: center; font-size: 18pt;}

div.portraitspiel {position: absolute; top: 70px; left: 110px; width: 65%; font-size: 14pt; margin-left: 1.5in;}            



/* ==================================================================== */

/* Newsletter */

div.newsletter {    position: absolute; top: 1800px; left: 3.25%;
                    border: 5px outset maroon; height: 150px; width: 94%;
                    color: navy;}
h2.newsletter {     text-align: center;}
h3.newsletter {     text-align: center;}                   

/* ==================================================================== */
                    
/* Footer */
div.copyright {font-size:10pt; text-align: center; position: absolute; top: 5980px; width: 93%;}
