@charset "UTF-8";
@import url("reset.css");
@import url("base.css");
@import url("page.css");
@import url("text.css");
a:link {	color: #336699;	text-decoration: none;	}
a:visited {	color: #333366;	text-decoration: none;	}
a:hover {	color: #66ccff;	text-decoration: none;	}
a:active {	color: #ff6600;	text-decoration: none;	}
