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

<style type="text/css">

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #620902;
}
body {
    background-image: url(bk.jpg);
    background-repeat: repeat;
    margin-top: 10px;
}
a:link {
	color: #5A635A;
	text-decoration: none;
}
a:visited {
	color: #608F5A;
	text-decoration: none;
}
a:hover {
	color: #ab3a1c;
	text-decoration: none;
}
a:active {
	color: #5A635A;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.style2 {
	font-size: 14;
	text-align: left;
}
.style3 {
	color: #620902;
	font-size: 16px;
	font-weight:bold;
}

</style>