@charset "UTF-8";
/* CSS Document */

left {text-align:left;}

center {text-align:center;}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	font-weight:bold;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
	font-weight:bold;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	text-align:center;
}

h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color:#F00;	
}

h5 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.orangestyle {
	color:#FC0;
}
	
	