* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  margin:5px; 
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0px;
  margin:10px; 
  
  opacity: 0.9;
/*background:#000000;*/
}

.column p{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  background:#ffffff;
  opacity: 1;
 
}

.column03 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0px;
  margin:10px; 
  margin-top:25px;
  opacity: 1;
  height:365px;
  background:#000000;
  border:2px solid #996611;
}
.column03 a{
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
  text-decoration: none;
  color:#ffffff;
  opacity: 1;
}
.column03 p{
  margin-top: 4px;
  vertical-align: middle;
  width: 100%;
  background:#ffffff;
  opacity: 1;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.menu{
		position:relative;
		top:0px;
		left:-1px;
		padding:0px;
		margin:0px;
		font: 15px/2 Georgia, Serif;
		border: 1px solid #333344;
		height:31px;
		background:#112233;
		}
		
.menu ul { 
			height: 31px;
			line-height: 22px;
			list-style-type: none;
			padding:0 0 0 0px;
			text-align: center;
}	
.menu li {  
			height: 31px;
			line-height: 28px;
			display: inline;
			padding:10 10 10 10px;
			margin: 0 5px 0 0px;
			text-align: center;
			border:1px solid #ffffff;
			background:#112233;
}

.menu li:hover {  
			height: 31px;
			line-height: 28px;
			display: inline;
			padding:10 10 10 10px;
			margin: 0 5px 0 0px;
			text-align: center;
			color:#0000ff;
			border:1px solid #0000ff;
			background:#332211;
}
.menu a{
 width:180px;
}
.menu li a:link, #menu a:visited { 
			 color: #fff;
			 text-decoration: none;
			 text-align: center;
			 font-family: Calibri;
			 font-weight: bold;
			 font-size: 16px;
			 width:100px;
}

.menu li a:hover, .menu li a:focus, .menu li a:active { text-decoration: underline; width:180px:}