body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	font-align: center;
}

h2 {
    font-size: 110%;
	font-weight: bold;
	font-align: left;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
	color: red;
}

#navbar, #footer {
    font-size: 70%;
	text-align: center;
	padding: 0%;
	margin: 0%;
}

#terms {
   font-size: 80%
}

#testimonial {
   font-size: 80%;
   border: 1px solid black;
   background-color: #FFFF99;
   padding: 5px;
   margin: 20px;
}

#form {
   font-size: 90%;
}