/*
Simple Styles for Shelter2Home
Authored by Greg Beatty
gbeatty@clutch-inc.com
*/



body {
	background-color: #390;
	color: #fff;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	}
	
body, p, td, th, div, li, ul, ol, dt, dd {
	font-family: Verdana, arial, helvetica, sans-serif;
	}
	
td, th {
	vertical-align: top;
	}
	
.hide {
	display: none;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
table {
	border-collapse: collapse;
	}

	


