/* CSS Document */

body {
margin: 0px;
}

.mainText {
	font-family: Myriad Pro, Myriad, Gill Sans MT, Verdana, Arial;
	font-size: 14px;
	color: #000000;
	}
	
.headingText {
	font-family: Myriad Pro, Myriad, Gill Sans MT, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	}

a:link {
	color: #58595b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #58595b;
}
a:hover {
	text-decoration: underline;
	color: #58595b;
}
a:active {
	text-decoration: underline;
	color: #58595b;
}