body {
	background-color: #ffc17f;
}

h1 {
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal;
	color: red;
}

h2 {
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	font-style: normal;
	color: white;
}

h3 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: red;
}

.plain-text {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #e5e5e5;
}

.quote-text {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: #ffc180;
}


.medium-text {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: white;
}

.bold-text {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #e5e5e5;
}

.bold-red-italic{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

.small-text {
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: white;
}

.small-text-bold {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: white;
}

.small-text-red {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

.text-yellow {
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #FFFF66;
}

.bold-text-yellow {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFF66;
}

ul {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	color: #e5e5e5;
}

.nav-text {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: white;
}

a:link {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #F5D664;
}

a:visited {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #F5D664;
}

a:hover {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

a:active {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	color: #F5D664;
}


