@charset "utf-8";
.templatestyle {
	color: #FFFFCC;
}
.templatestlye a:link {
	color: #FFFFCC;
	text-decoration:none;
}
.templatestyle a:visited {
	color: #FFFF99;
	text-decoration:none;
}
.templatestyle a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.templatestyle a:active {
	color: #FFFFCC;
	text-decoration:none;
