/* CSS Document */
 body {
	background-color: #FFEBCD;
	margin:  auto;
	max-width: 1024px;
	font-family: Arial, sans-serif;
}

header h1 {
	font-family: Arial, sans-serif;
	text-align: center;
	color: white;
	background-color: rgb(0, 0, 80);
    overflow: hidden;
	margin: 0px;
	padding: 25px;
}

header h2  {
	font-family: Arial, sans-serif;
	text-align: center;
    color: white;
	background-color: rgb(0, 0, 80);
    overflow: hidden;
	margin: auto;
    margin-top: 10px;
	padding: 7px;
    width: 1010px;
}


section {
        text-align: justify;
        margin: 10px 80px 20px 80px;
}

fotorama {
    position: relative;
    width: 75%;
    height: auto;
    margin-left: 20%;
    overflow: hidden;
    }


td, th {
  border: 1px solid black;
  padding: 12px;
  text-align: center;
  color: black;
}



a:hover{
background-color: chocolate;
}

  
  