html, body {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	font-family: arial, verdana, sans-serif;
}
h1 {
	font-size: 130%;
	color: #fff;
	padding-left: 20px;
}
h2 {
	color: #a80000;
	font-size: 140%;
}
h3 {
	color: #010200;
	font-size: 100%;
	margin: 0;
}
p {
	font-size: 90%;
	margin-top: 0;
}
p.text3 {
	color: #900;
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-style: italic;
}
p.textcenter {
	text-align: center;
}
form {
	font-size: 80%;
}
input, select, textarea {
	background-color: #f2ffd2;
	border: 1px solid #000;
}
td {
	background-color: #fff;
}
img {
	border: 0;
}
div.testimonial {
	width: 70%;
	margin: 30px auto;
	text-align: left;
}
.copyright {
	font-size: 70%;
	text-align: center;
}
.bottommenu {
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.bottommenu a:link{
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.bottommenu a:visited{
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.bottommenu a:hover{
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.bottommenu a:active{
	font-size: 90%;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
