header h1.title, header h3. desc{text-align:center;}
	*{
		box-sizing:border-box;
	}
body{
	width: 97%;
	margin: auto;   
	
}
a:link{
	color: Gray;
}
a:visited {
	color: Blue;
}
a:hover {
	color: Green;
}
a:active{
	color: Blue;
}
#navigation{}
p{
    font-size: 110%;
    color: black;
    font-family: arial;
    text-align: justify;
    text-justify: newspaper;
	font-size: 15px;
}
#contents{
	float: center;
}
ul{
	list-style-type: none;
	margin:0;
	padding: 0;
	overflow: hidden;
	background-color: white;
	font-family: arial;
}
li {
	float: left;
}
li a{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover{
	background-color: gray;
	color: white;
}
li img {
	float: left;
	height: 110px;
}
footer{
	text-align: center;
	margin:0;
	padding: 0;
	overflow: hidden;
	background-color: #ffd700;
	font-family: arial;
table, th, td {
	border: 1px solid;
}
img{
	max-width: 100%;
	height:auto;
	}