@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #815A01;
	font-size:small;
}
a:link {
	color: #815A01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #815A01;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: normal;
}
body {
	margin-left: 30px;
	margin-top: 30px;
}


