/*
Company:		Adamswells PhoneBooks LLC
URL:			phonebook.adamswells.com
Last Update:	2/1/05
Description: These are the styles which pertain to all pages of the site.
*/

/* Global Browser Reset */
* {

padding:0;

margin:0;

}

body {padding:5px;}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

/* links - link visited hover active */
a:link {
/*	color: #000000; */
}
a:visited {
/*	color: #000000; */
}
a:hover {
/*	color: #e49300; */
}
/* Begin site definitions */
body {
	font-size: .9em;
	font-family: Arial, sans-serif;
}
img {
	border: 0px;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
}