.small {
	font-size: 12px;
	font-style: italic;
	font-family: "DejaVu";
	padding:0 10px;
}
h1 {
	font-family: "DejaVu";
	color: #D1A9AD;
}
h2 {
	font-family: "DejaVu";
	color: black;
	font-size: 30pt;
}
img {
	opacity: 1;
	border: 2px solid black;
	padding:3px;
}
.header {
	background: #A7B593;
	max-width: 475px;
	height: 73px;
	margin: auto auto;
	border:4px solid #C8DBAD;
}
#navContainer {
	opacity: 0.7;
	background: #990513;
	padding: 3px;
	max-height: 30px;
	max-width:110%;
	margin: 20px;
	border: 4px solid #D45560;
	background-image: url("https://deephighlands.files.wordpress.com/2012/02/lone-star.png"), url("https://deephighlands.files.wordpress.com/2012/02/lone-star.png");
	background-repeat: no-repeat;
	background-position: right, left;
	background-size: contain;
}
#B {
	background: #990513;
	max-width: 415px;
	height: 60px;
	border: 4px solid #D45560;
	padding-left: 5px;
	vertical-align: middle;
	margin:0 auto;
	background-image: url("http://www2.psd100.com/ppp/2013/10/0501/communism-icon-1005072718.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
}
.container{
	border: 4px solid #D45560;
	opacity: .7;
	position: relative;
	margin: 5px  ;
	background: #990513;
	width:80%;
	height: 180%;
	padding: 40px auto;
	left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}
.content{
	box-shadow: 3px 3px 3px;
	float: left;
	opacity: .99;
	margin:10px;
	background:#A7B593;
	border: 3px solid #C8DBAD;
}
body {
	background-attachment: fixed;
	background-image: url("http://www.desktopwallpaperhd.net/wallpapers/7/2/logo-communist-wallpapers-party-computer-desktop-73970.jpg");
	background-size: cover;
	background-repeat: none;
}
span {
	font-style:italic;
	font-family: "Comic Sans MS", cursive, sans-serif;
}
ul {
	list-style-type: none;
	margin: auto;
	overflow: hidden;
}
li {
	float:left;
	padding-left: 2px;
	padding-right:	2px;
}
li a:link, a:visited {
	color: black;
	font-style: none;
	padding: 4px;
	width: 135px;
	font-weight: bold;
	display: block;
	text-align: center;
	background: #A7B593;
	border:1px solid #C8DBAD;
	text-decoration: none;
	border-radius: 13px;
	letter-spacing: .15em;
	margin:auto;
}
li a:hover, a:active, li:active {
	border: 1px solid black;
	background-color: #BBDB8C;
}
.footer {
	position: absolute;
	float: left;
	clear: left;
	opacity: .99;
	margin:10px;
	padding: 3px;
	background:#A7B593;
	border: 3px solid #C8DBAD;	
	bottom: 0;
	box-shadow: 3px 3px 3px;
}