body {

	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-left: auto;
	margin-right: auto;
	font-family: "serif", "Times New Roman", "Georgia", "Times";
	font-size: 14px;
	color: black;
}

p.contact {
	text-align: center;
	font-family: "serif", "Times New Roman", "Georgia", "Times";
	font-size: 12px;
	color: white;
}

p.contact2 {
	text-align: center;
	font-family: "serif", "Times New Roman", "Georgia", "Times";
	font-size: 12px;
	color: black;
}

p.about {
	margin-left: auto;
	margin-right: auto;
	font-family: "serif", "Times New Roman", "Georgia", "Times";
	font-size: 14px;
	color: black;

	margin-left: 40pt;
}

p.title {
	margin-left: auto;
	margin-right: auto;
	font-family: "serif", "Times New Roman", "Georgia", "Times";
	font-size: 14px;
	color: black;
	text-indent: 20pt;
	font-weight: bold;
}

img.contact {
    display: block;
    margin-left: auto;
    margin-right: auto
}


a:  link {
	color:  #660000;
	text-decoration: none;
}
a:	visited {
	color:	#333333;
	text-decoration: none;
}

a: hover {
	color:  #660000;
	text-decoration: none;
}
a:	active {
	color:	#333333;
	text-decoration: none;
}


#home {
	float: left;
	padding: 0px;
	width: 101px;
}

#about {
	float: left;
	padding: 0px;
	width: 199px;
}

#attorneys {
	float: left;
	padding: 0px;
	width: 156px;
}

#contact {
	float: left;
	padding: 0px;
	width: 144px;
}

