@charset "utf-8";
h1 {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #FF0000;
}
h2 {
	font-size: x-large;
	font-style: normal;
	color: #FF6600;
}
h3 {
	font-size: large;
	color: #F60;
}
h4 {
	font-size: medium;
	color: #FFFF00;
}
