header, article, nav, footer
 {
 display:block;
 }
#global {
 background:black;
 }
header {
 text-align:center;
 }
article {
 background:black;
 min-height:100%;
 width:60%;
 overflow:hidden;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 }
nav {
 text-align:center;
 }
h2 {
 color:#67bac1;
 font-family:Garamond, Georgia, Times, Baskerville, serif;
 font-size:140%;
 text-align:center;
 }
h3 {
 font-family:Baskerville, Garamond, Georgia, Times, serif;
 font-size:140%;
 text-align:center;
 }
p {
 text-align:center;
 }
a:link {
 color:gray;
 }
a:visited {
 color:yellow;
 }
a:hover {
 color:green;
 }


