@charset "windows-1252";

/*  what do we want the page to look like? */
body { 
background-color: #ffffff;
}

/* which font series do we want to use? */
font { 	
font-family: Helvetica,Verdana,Arial,sans-serif;
font-style: normal; 
}

/* now to the text content */
.foot {
font-family: Helvetica,Verdana,Arial,sans-serif;
color: #404040;
font-size: x-small; 
font-weight: 400;
text-align: left;
margin-left:  3px;
margin-right: 3px;
margin-top: 1em;
margin-bottom: 1em;
}

/* stylesheet written for Database Cleaners by Anne Nichols, Astarte Web Design, October 2007 */
