/* CSS Document */

.welcometext {
font-family: arial, verdana; 
font-size:12px; 
color: #000000
}

.contactheader {
font-family: arial, verdana; 
font-size:16px;
font-weight:bold; 
color: #591505
}

.contacttext {
font-family: arial, verdana; 
font-size:13px;
font-weight:normal;
color: #000000
}

.contactlinks:link {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-weight: bold;
}

.contactlinks:visited {
	font-family: arial, verdana; 
	font-size: 13px;
	color: #000000;
	text-weight: bold;
}

.contactlinks:hover {
	font-family: arial, verdana; 
	font-size: 13px;
	color: #fd9e00;
	text-weight: bold;
}
