body {
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #222;


    font-family:Verdana,Arial;
    color: #ddd;
    margin-top: 0px;
    font-size:20;
    text-decoration: none;
}


.button-link {
    padding: 5px 5px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}




a {
 	color: #FFCCCC;
}

h3 h4 {
    
    font-family: 'Ubuntu Mono', monospace;
 	color: #000000;
}

img {
	padding: 10px 10px 20px 10px;
       float: center;
}

#divide {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#spacer {
       margin-left:auto;
       margin-right:auto;
       margin-top: 200px;
}

#nav {
	font-family: Tahoma;
    	text-align: center;
	max-width: 1070px;
}

#nav li { display: inline;
        margin: 0 5px 3px 0;
}

#nav li a {
	padding: 0px 10px 5px 10px;

	color: #FFFFCC;
	text-decoration: none;
}

#nav li a:hover{
	color: #FF6600;
	text-decoration:none;
}

.copy-left {
	display: inline-block;
	text-align: right;
	margin: 0px; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: “FlipH”; }

#wrap {
	width: 80%;
	margin: 0 auto;
	max-width: 1070px;
}

#wrap h1 {
    	font-family: 'Ubuntu Mono', monospace;
	font-size: 3em;
    	text-align: center;
	}

#storywrap {
	width: 100%;
	float: left;
	max-width: 1070px;
}


#story p {
	font-size: 1em;
	color: #DDD;
	text-align: left;
	max-width: 1070px;
}

#story code {
	color: #d68910;
	font-size: 1.3em;

}

#story td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wrap h1 .history {
	font-size: 0.5em;
	color: #FFFFCC;
	font-family: 'courier';
}


#story ul {
		text-align: left;
		font-size: 1em;
}

#story li {
  margin: 3px 0;
  
}


#story h3 {
	text-align: left;
    font-size: 1.5em;
  	color: #4479BA;
    font-decoration: bold;

}

#story h4 {
	text-align: left;
    font-size: 1.3em;
  	color: #AAA;
    font-decoration: bold;

}

.datecode {
  	color: #6686ad;
  
}

#storyright {
	float: right;
	width: 30%;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}

#storyright h3 {
       font-size: 20px;
       color: #FF6600;
}

.byline {
     color: #FFCCCC;
}

#footer {
	padding: 20px;
	clear: both;
	font-size: 13px;
	font-family:Verdana,Arial;
	text-align: center;
}
