@charset "UTF-8";
#hizuke{
	color:#d0d0d0;
	}
	
li{
	font-color:#d0d0d0;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	}
p{
  color:#ff000;
}

a {
	color: white;
	text-decoration: none;
}

a:active {
	color: yellow;
	text-decoration: none;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: yellow;
	text-decoration: none;
}