h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #ff9900;
	font-style: normal;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: 000;
	font-style: normal;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
}
a:link {
	color: #36f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #0066cc;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0066cc;
	font-style: normal;
	font-weight: bold;
}
.quotation {
	font-style: italic;
	color: #C00;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.underline {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.red {
	color: #F30;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

