/* CSS Style Sheet */

/* Standard Settings */
body
{
	scrollbar-arrow-color: #B99DB0;
	scrollbar-track-color: #564450;
	scrollbar-base-color: #675762;
	background-color: #564450;
	background-image: url(../img/site/hg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #D2D6EA;
	font-size: 10px;
	line-height: 16px;
}

a:link {
	color: #634929;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #634929;
}
a:hover {
	text-decoration: underline;
	color: #826137;
}
a:active {
	text-decoration: none;
	color: #634929;
}
