body {
	background-color: #ffffff;
	font-weight: normal;
	font-size: 90%;
	font-family: Arial, Verdana, sans-serif;
	margin-top: 3%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 3%;
	padding: 1%;
	/* border: 1px groove #000000; */
	text-align: center;
}

h1 {
	font-weight: normal;
	font-size: 200%;
	font-family: Georgia, "Times New Roman", serif;
}

h2 {
	font-weight: normal;
	font-size: 180%;
	font-family: Georgia, "Times New Roman", serif;
}

h3 {
	font-weight: normal;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", serif;
}

p {
	text-align: justify;
}

/*
#title {
	margin: 1%;
}
*/

#contact p {
	text-align: center;
}

#title h1 {
	font-weight: normal;
	font-size: 250%;
	font-family: Arial, Verdana, sans-serif;
}

/*
#content_pub p {
	text-align: left;
}

/*#navigation {
 	border: 1px groove #000000;
}*/

#navigation a {
	color: #ff0000; 
	font-size: 120%;  
	text-decoration: none;
}

#navigation a:hover {
	color: #cc0099;
	border-bottom: solid 1px #cc0099; 
}

#navigation a:active {
	color: #dd0000;
	border-bottom: solid 1px #dd0000; 
}

#footer h5 {
	text-align: center;
}
