/*styles for text elements*/
	p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		margin-left: 4px;
	}
	ul {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	ol {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	h1 {
		font-family: Times New Roman, Times, serif;
		font-size: 150%;
		font-weight: bold;

	}
	h2 {
		font-family: Times New Roman, Times, serif;
		font-size: 120%;
		font-weight: bold;

	}
	h3 {
		font-family: Times New Roman, Times, serif;
		font-size: 110%;
		font-weight: bold;

	}

/*styles for matrix*/
.matrixlink {
	font-size: 90%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #999999;
}
.matrixlink a {
	text-decoration: none;

}
.matrixlink a:visited {
		color:  black;
}
.matrixlink a:active {
		color:  black;
}
.matrixlink a:hover {
		color: #CC0000;
}
/*styles for testamonals*/
.testamonial {
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #AB5949;
}