/* CSS Document */

h1 {
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}

p {font-size: 18px;}

body {
	margin-left: 100px;
	margin-top: 30px;
	margin-right: 100px;
	margin-bottom: 0px;
	font-size: 18px;
}
a:link {
	color: #663333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a {
	font-weight: bold; 	

}

.style1 {color: #663333;}
.testimonial {color: #663333; font-style: italic;}
.header {font-size: 16px;}
