@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 2em;
	background-color: #FFFFCC;
	text-align: center;
	margin: 0em;
	padding: 0.5em;
	color: #993300;
}
table {
	font-size: 1em;
}
h3 {
	font-size: 1em;
	background-color: #CCCCCC;
	padding: 0.2em;
}

.tex_red {
	color: #FF0000;
}

.tex_blue {
	color: #0000FF;
}

