
body{
	background-color: #006600; 
	color: #EEE;
}

a, a:hover, a:focus{
	color: #FFF;
}

.nav-menu {	
	padding: 0;
}

.nav-menu li{
	display: inline-block;
	width: 111px;
	text-align: center;
	position: relative;	
	margin-bottom: 50px;	
	list-style: none;

}

.nav-menu li img{
	display: block;
}

.nav-menu li .text{			
	padding: 5px;
	width: 100%;		
	height: 70px;
	display: table;
	position: absolute;
	background-color: #099509;
}

.nav-menu li .text > div{
	height: 100%;	
	display: table-cell;
	vertical-align: middle;
}

.container{
	width: 831px;
}

.row{
	margin-left: 0;
	margin-right: 0;
}

.content{	
	margin-top: 0.65em;
	background-color: #099509;
}

.logo{
	text-align: center;
	margin-top: 1em;
}

footer p{
	color: #CCC;
	background-color: #099509;
	padding-bottom: 1em;
}

.highlight{
	color: #FFFF66;
	font-weight: bold;
}

h1{
	font-size: 1.6em;
	color: #FFF;
}

h2{
	font-size: 1.4em;
  text-align: center;
  color: red;
}

h3{
	font-size: 1.8em;
	text-decoration: underline;
	font-weight: bold;
	text-align: center;	
}

p{
	text-align: justify;	
}

p.center{
	text-align: center;
}

.red{
	color: #FF0000;
}

.table tfoot td{
	font-style: italic
}

.text-small{
	font-size: 0.9em;
}

p:last-child{
	margin-bottom: 2em;
}

.caption{
	position: relative;
}

.datum{
	position: absolute;
	top: 1em;
	right: 1em;
	text-align: right;
	font-style: italic;
}
