a{
	color: #00A000;
	font-weight:bold;
}
.bochan{
	color: rgb(30, 200, 30); 
	font-family: Comic Sans MS; 
	font-style: italic;
}
.chibiko{
	font-weight: bold; 
	font-style: italic; 
	color: rgb(80, 200, 200); 
	font-family: MV Boli;

}
.yume{
	font-style: italic; font-weight: bold; 
	font-family: Trebuchet MS; 
	color: rgb(253, 0, 253);

}
.yumi{
	color: rgb(30, 102, 255); 
	font-family: Trebuchet MS;
	font-weight: bold; 
	text-align: right; 
	vertical-align: top;
	font-style: italic;
}
.sakuya{
	font-weight: bold; 
	font-style: italic; 
	font-family: Comic Sans MS; 
	color: rgb(200, 80, 200);
}
.red{
	color: rgb(200, 0, 0);
}
.green{
	color: rgb(0, 200, 0);
}
.blue{
	color: rgb(0, 0, 200);
}
.grey{
	color: rgb(128,128,128);
}
.yellow{
	color: rgb(200, 200, 0);
}
.cyan{
	color: rgb(0, 200, 200);
}
.magenta{
	color: rgb(200, 0, 200);
}

body{
	   min-width:1000px;  
	   width: auto !important;
	   width:1000px;          
	font-family:Sans-Serif;
	font-size: 16px;
	color: #000000;
	background-color:#FFFFFF;
	}
big{
	font-family:Sans-Serif;
	font-size: 24px;
	color: #A0A000;
}
table{
	font-family:Sans-Serif;
	font-size: 16px;
	color: #000000;
	border-color:#A0A0A0;
	border-style:solid;
	
	border-collapse:collapse;
	}
td{
	font-family:Sans-Serif;
	font-size: 16px;
	color: #000000;
	
	}