/* CSS Document */
body {
	margin: 0;
	padding: 1cm;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	line-height: 1.5em;
	background-color: #fff;
	text-align: justify;
	
}


h1 {
	font-size: 150%;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

#toplinks, #footer {
	display: none;
}
	
#content {
	background-color: transparent;
}


h2 {
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	text-decoration: underline
}

p {
	padding: 0;
	margin: 1cm;
}


