body {
	font-family: sans-serif;
	background-color: white;
	color: black;
	font-size: 10pt;
	margin: 0;
	text-align: center;
}
div._main {
	display: none;
}
div.main2 {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: justify;
	background-image: url(bg1.jpg);
	height: 400px;
	background-repeat: no-repeat;
	border: 4px solid black;
}
div.main {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: justify;
	background-image: url(bg1.jpg);
	height: 800px;
	background-repeat: no-repeat;
	border: 4px solid black;
}
h2 {
	width: 100%;
	font-size: 1.2em;
	margin: 10px;
}

p {
	margin: 30px;
	margin-bottom: 10px;
	
}

a:hover {
	text-decoration: underline !important;
	color: black !important;
	font-weight: bold;
}
a {
	text-decoration: none !important;
	color: black !important;
	font-weight: bold;
}
