body {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a:link {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	text-decoration: blink;
	font-weight: bold;
}
h1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #EEE;
	text-decoration: none;
}
.belowline {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: 663300;
}
.small_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #000;
	text-decoration: none;
}
.small_standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
hr {
	color: #000;
}
