body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../_img/background.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
a {
	text-decoration: underline;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
}