@charset "utf-8";
.style2current {
	text-decoration: underline;
}

a:link {
	color: #EEEBD8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEEBD8;
}
a:hover {
	text-decoration: underline;
	color: #EEEBD8;
}
a:active {
	text-decoration: underline;
	color: #EEEBD8;
}
.style2 {color: #EEEBD8}
