@charset "UTF-8";
a:link {
	color: #690;
	text-decoration: underline;
}
a:visited {
	color: #690;
	text-decoration: underline;
}
a:hover {
	color: #0FF;
	text-decoration: underline;
}
a:active {
	color: #690;
	text-decoration: underline;
}
body,td,th {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-repeat: repeat;
	background-color: #690;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
