/* CSS Document */

.class1 a:link		{ color: #FFFFFF; text-decoration: none }

.class1 a:visited	{ color: #FFFFFF; text-decoration: none }

.class1 a:active	{ color: #FFFFFF; text-decoration: none }

.class1 a:hover		{ color: #B5E9FF; text-decoration: none }

.class2 a:link		{ color: #000000; text-decoration: none }

.class2 a:visited	{ color: #000000; text-decoration: none }

.class2 a:active	{ color: #000000; text-decoration: none }

.class2 a:hover		{ color: #C54C21; text-decoration: none } 

body {
	background-image: url(images/background.jpg);
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}title {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #33CC33;
}
.content {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
.content2 {
	color: #871F12;
	font-size: 16px;
	font-weight: bold;
}
.contractors a:active {
	color: #871F12;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.contractors {
	color: #871F12;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.contractors a:hover {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.services {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.services a:active {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.services a:hover {
	color: #0099CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
