@charset "utf-8";
/* CSS Document */

h1 {
	margin: 20px 0px 0px 0px;
}
h2 {
margin: 20px 0px 10px 0px;
}
h3 {
margin: 0px 0px 0px 0px;
}
p {
margin: 0px 0px 0px 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #EFEBE0;
}
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C30;
}
a:active {
	text-decoration: none;
}
