body {
	background-image:  url(bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	text-align: justify;
	text-indent: 20pt;
}
a {
	font-weight: normal;
	color: #0206B9;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #464F68;
	text-align: center;
}
