.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
body {
	background-color: #460F26;
}

.numbers_table {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
}

.style1 {
	color: #00FFFF;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {color: #FFFF00}
.Red_header {	color: #FF0000;
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #FF0000;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 19px;
	color: #FF0000;
}


.imageleft {
	float: left;
	margin-top: 3px;
	margin-right: 7px;

}
.Quotes {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #00FFFF;
	line-height: 20px;
}
a {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #FFFF00;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFF00;
}
.imageright {
	float: right;
	padding-top: 3px;
	padding-left: 10px;
}
