body {
	text-align:center;
	background-color: #909090;
	font-family: sans-serif;
	font-size:14px;
	line-height:1.3;
	}


a {color: #000000}


hr{
	width:320;
	background-color: black;
	color: black;
	height:2px;
	border:0px;}

h1 {
	text-align:center;
	margin-bottom:40px;
	}

h2 {
	margin-bottom:0px;
	}
	
h3 {
	text-align: left;
	}


ul {
	text-align:left;
}

li {
	margin-top:.65em;
}

address {
	text-align:center;
}

img {
	border-style: none;
}

p {

	text-align:justify;
}


div#header{
	display: block;
	margin: auto;
	margin-bottom: 30px;
}

div#content {
	background-color: white;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding: .5in;
	border-style:solid;
	border-width:2px;
}

div#footer {
	padding-top:30px;
	display: block;
	margin: auto;
}

