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

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	color: #333;
	font-weight: normal;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #333;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #00F;
	text-decoration: underline;
}
h5 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	color: #333;
}
h6 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
}
