<style type="text/css" media="screen">
	body {
		margin: 0;
		padding: 0;
		font-family: Verdana, sans-serif;
		font-size: 0.7em;
		color: white;
		background: #565656;
		}

		a:link { color: #FFFFFF; }
		a:visited { color: #00FF00; }
		a:hover { color: #FF00FF; }
		a:active { color: #0000FF; }
	p {
		margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 35px;
		margin-right: 35px;
		line-height: 1.75em;
		}
		
	#wrap {
		width:700px; margin-left: auto; margin-right: auto; text-align:left;
		}
	#header {
		}
	#content {
		}
	#footer {
		clear: both;
		}

	ul { 
		margin-left: 35px; 
		line-height: 1.5em; 
		}

	table {
		border: 0;
		margin-left: 35px;
		padding: 15;
		}

	p.address {
		text-align: center;
		}

	p.divider {
		text-align: center;
		letter-spacing: 1em;
		padding-bottom: .5em;
		}
	p.smallprint {
		font-color: #A7A7A7;
		text-align: center;
		}	
</style>