img {
	border-style:none;
	vertical-align:middle;
	text-align:center;
}

div.logo {
	border-style:none;
	font-family:serif;
	z-index:10;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
	color:black;
	background:white;
}

a {
		color:blue;
		font-weight:normal;
		text-decoration:underline;
}

div.header {
	text-align:center;
}	

div.title {
	text-align:center;
	font-size:1.5em;
	position:relative;
	background:white;
	border-bottom:1px black solid;
	font-weight:normal;
}

div.subtitle {
	text-align:center;
	font-size:1em;
	position:relative;
	font-weight:normal;
	padding:1em;
}

div.content {
	font-size:1em;
	font-weight:normal;
	text-align:justify;
	padding:5px;
	width:100%;
}

img.link {
	border-style:none;
}


h1 {
	text-align:center;
	font-size:2em;
	position:relative;
	background:white;
	border-bottom:1px black solid;
	font-weight:normal;
	margin-top:1em;
	margin-bottom:1em;
}

h2 {
	text-align:center;
	font-size:1.5em;
	position:relative;
	background:white;
	border-bottom:1px black solid;
	font-weight:normal;
	margin-top:1em;
	margin-bottom:1em;
}