@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #5B412D;
	margin-top: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C00;
}
a:active {
	text-decoration: none;
}
h1 {
	font-weight: bold;
	font-size: 18pt;
}
h2 {
	font-weight: bold;
	font-size: 16pt;
}
.leaded {
	line-height: 18pt;
}
.smaller {
	font-size: small ;
}
