@charset "UTF-8";
body {
	background-image: url(background.jpg);
	margin-left: 10px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 15px;
	font-weight: bold;
}
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	color: #c89d5a;
}
a:visited {
	text-decoration: underline;
	color: #cfa970;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
h1 {
	color: #990000;
	padding: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	color: #990000;
}
h3 {
	font-size: 13px;
	color: #666666;
}
p {
	line-height: 1.7em;
	padding-left: 0px;
}

