BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : small;
	text-align : justify;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 34px;
	font-weight : bold;
	color : Red;
	text-align : center;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 28px;
	font-weight : bold;
	color : Red;
	text-align : center;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
	color : Black;
	text-align : center;
}
h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
}

#frame {
	width : 750px;
	background : #FFFFCC;
	border : medium;
	border-color : Red;
	margin-top : 20px;
	margin-right : auto;
	margin-bottom : 20px;
	margin-left : auto;
	padding : 10px 10px 10px 10px;
}
