<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* main page setup */

body {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	padding: 0;
	margin: 0;
	background: url(images/background-lovell-concrete2.jpg);
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-color:#007cb4;
}
* html body {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
}
.clear {
	clear:both;
}

#page {	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 3px;
	height: 36px;
	width: 100%;

}
#finishesTable {
	background-image: url(images/mainpage-concrete-bg2.jpg);
	background-repeat: no-repeat;
	background-color: #EDF2F6;
}
#masthead {
	float:left;
	width:100%;
	}
#nav {
	width: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0px;
	background: transparent;
	}
	
H1 {
	font-style:normal;
	font-weight:bold;
	font-size:20px;
}

.lovellText1{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

.lovellText1 a{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-decoration: none;
	color:#000000;
}

.lovellText2{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color: #FFFFFF;
}

.lovellText2 a{
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	text-decoration: none;
	color:#ffffff;
}



H2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}
H2 a{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
}

H3 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
}</pre></body></html>