body {
	background-color: #000000;
}

h1 {
	font-family: Arial;
	font-size: 36pt;
	font-weight: bold;
	font-style: normal;
	color: #663300;
}

h2 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: #663300;
}

h3 {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #663300;
}

.plain-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.small-text {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

ul {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.arrows {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

a:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #663300;
}

a:visited {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #663300;
}

a:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

a:active {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

