body {
	background: #080A09;
	font-family: Arial, sans-serif;
    color: #EEF4F2; }
h1 {
	color: #EEF4F2;
	text-transform: uppercase;
	font-size: 700%; }

h2 {
	font-size: 200%; 
	color: #AAD1B6; }

.parenthetic {
    font-style: italic; }

a {
	text-decoration: underline;
	color: #AAD1B6;
    font-style: underline; }

h2 a {
    color: #FFFFFF;
	text-decoration: none; }

h1 a {
    color: #EEF4F2;
	text-decoration: none;
    text-size: 100%; }
    
#sites {
    font-style: bold;
    margin-left: 50px;
    font-size: 200%; }
    
#sites ul {
    margin-left: 10px; }

#examples {
    margin-top: 50px;
    margin-left: 150px; }
    
#banner {
    text-align: center;
    margin-bottom: 150px; }
    
table.one {
    width: 800px;
    border-spacing: 15px; }