@charset "UTF-8";
/* CSS Document */

body	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}
a {
	font-size: medium;
	color: #336699;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#testimonials	{
	color:#336699;
	font-size: small;
	text-align: center;
}
h1	{
	font-size: large;
}
h2	{
	font-size: medium;
	font-style:italic;
}
p	{
	font-size: medium;
}

