html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr
{
margin: 0;
padding: 0;
border: 0;
}
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary
{
display: block;
}

html{
	background-color:rgb(252,212,4);
}

/*
												#2c6f8a
 Farger:
 #020120
 rgb(252,212,4)
 rgb(46,112,138)
*/

#tabula{
	width: 100%;
}

#coverPhoto{
	width:100%;
	margin-left: -1px;
}

nav{
	margin-top:-4px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #020120;
}

li {
  float: left;
	margin-right: 20px;
}

li:first-child {
  margin-left: 20px;
}

li a {
  display: block;
  color:rgb(46,112,138);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: rgb(252,212,4);
}


footer{
	clear:both;
}



footer{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	border-top: 2px solid black;
	background-color: #020120;
	color: white;
}

footer h3{
	color: white;
}

footer a{
	text-decoration: none;
	color: white;
}

footer img{
	height: 100px;
	background-color: white;
	border-radius: 50%;
	margin-left: 5px;
}

.footer1 {
	text-align: left;

}

.footer2{
	text-align: right;
	width: 50%;
	float: left;
}
