header, article, figure, nav, footer
 {
 display:block;
 }
#global {
 background:black;
 }
header {
 text-align:left;
 }
section {
 text-align:center;
 }
h1 {
 color:gray;
 font-family:Garamond, Georgia, Times, Baskerville, serif;
 font-size:150%;
 }
h3 {
 color:#b2bcd4;
 font-size:130%;
 }
article {
 background:black;
 min-height:100%;
 width:65%;
 overflow:hidden;
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 }
h2 {
 color:#32c0cd;
 background:black;
 width:70%;
 margin-left:auto;
 margin-right:auto;
 font-family:Baskerville, Georgia, Times, Garamond, serif;
 font-size:130%;
 text-align:center;
 }
footer {
 text-align:center;
 }
h4 {
 color:white;
 font-family:Baskerville, Georgia, Times, Garamond, serif;
 font-size:132%;
 text-align:center;
 }
p {
 text-align:center;
 }
a:link {
 color:gray;
 }
a:visited {
 color:#b2bcd4;
 }
a:hover {
 color:green;
 }


