@charset "UTF-8";
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
body {
	background-image: url(images/wood.jpg);
}

