@charset "utf-8";
.bg {
	background-image: url(images/bg2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.topnav {
}
.topnav a:link {
	text-decoration: underline;
	color: #4a4a4a;
}
.topnav a:visited {
	text-decoration: underline;
	color: #4a4a4a;
}
.topnav a:hover {
	color: #daa520;
	text-decoration: none;
}
.topnav a:active {
	text-decoration: underline;
	color: #4a4a4a;
}
sidenav {
	color: #000000;
}
.sidenav a:link {
	color: #000000;
	text-decoration: none;
}
.sidenav a:visited {
	color: #000000;
	text-decoration: none;
}
.sidenav a:hover {
	color: #daa520;
	text-decoration: underline;
}
.sidenav a:active {
	color: #000000;
	text-decoration: none;
}
