<!-- 瑠璃姫の館 -->
<!-- メイン -->
BODY {
	font-family: MS UI Gothic;
	font-style: normal;
	font-weight: normal;
	color: white; 
	background-color: black; 
	text-decoration: none; 
	text-align: left;
	}
TD,TH {
	font-family: MS UI Gothic;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: white; 
	text-decoration: none; 
	}
<!-- リンク -->
A:link{　color:aqua;　text-decoration:none;　} 
A:visited{　color:"00cccc";　text-decoration:none;　} 
A:active{　color:blue;　text-decoration:none;　}　 
A:hover{　color:fuchsia;　text-decoration:none;　} 