body {
	background-attachment: fixed;
	background-image: url(./images/bg01.gif);
	background-repeat: no-repeat;
	background-position: 1% 100%;
	background-color:#C5BA8E
}
a {
	text-decoration: none;
	font-family:"tahoma";
	font-size:8pt;

}
a:link {
	color: #996600;
}
a:visited {
	color: #996600;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #996600;
	font-weight:bold;
}
