body,html{margin:0; padding:0; width:100%; height:100%; overflow:auto; background-color:white; color:black; font-family:Arial, Helvetica, sans-serif; font-size:medium}
header,main,footer{margin-right:auto; margin-left:auto; padding:1%; width:94%; max-width:1300px; border-style:dotted; border-width:medium; border-radius:25px}
header,footer{color:white; border-color:navy; background-color:steelblue}
header{margin-top:1%; margin-bottom:5px}
main{height:60%; margin-top:10px; margin-bottom:10px; border-color:coral}
footer{margin-top:5px; margin-bottom:1%}
iframe{width:100%; height:100%; overflow:auto; border-style:none}
h1{margin:5px 0 10px 0; padding:0; font-size:large}
p{margin:5px 0 0 0; padding:0}
footer p{margin:0; font-size:small; text-align:center}
a:link{color:white; font-weight:bold; text-decoration:underline}
a:visited{color:white}
a:hover,a:active{color:black; font-weight:bold; text-decoration:underline overline}
