﻿.red {
	color: #FF0000;
	font-weight: bold;
	font-family: Tahoma;
}
.footer1 {
	color: #C0C0C0;
	text-align: center;
	border-style: dashed;
	border-width: thin;
}
.footer {
	text-align: center;
	font-size: small;
}
.hr {
	color: #C0C0C0;
	text-align: left;
	border-style: dashed;
	border-width: thin;
}
body {
	font-family: Tahoma;
	font-size: medium;
}
h1 {
	font-family: "Arial Black";
	font-size: 20px;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: #33CC33;
	color: #000000;
	background-color: #ECFFEC;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: underline;
	color: #009933;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #993333;
}
p {
	padding-left: 20px;
	padding-right: 20px;
}

a {
	text-decoration: none;
}
a:visited {
	color: #0066FF;
}
a:active {
	color: #FF0066;
}
a:hover {
	color: #FF0066;
}
