body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
}

h2 {
	text-align: center;
}

img {
	text-align: center;
}

.menu {
	text-align: center;
	padding: 0.8em;
	/*border-top: 1px solid #ccc;*/
	background-color: #5b70ac;
	color: white;	
}

.content {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	text-align: justify;	
}

a{
	color: orange;
}

a:hover {
	color: red;
}



