body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

div.content {
		margin: 2px;
		}
		
div#inner {
		background: white;
		border: 1px dashed black;
			}

h1.content {
	margin: 2px;
	padding: 2px;
	font-size: large;
	color: #000066;
	text-decoration: none;
}
h2.content {
	margin: 2px;
	padding: 2px;
	font-size: medium;
	color: #000066;
	text-decoration: none;
}
p.content {
	margin: 2px;
	padding: 2px;
	font-size: smaller;
	color: #000066;
	text-decoration: none;
	text-align: justify;
	text-indent: 10px;
}

h6.content {
	margin: 2px;
	padding: 2px;
	font-size: .65em;
	color: #000066;
	text-decoration: none;
}


a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: purple;
}