body, html, table{
	font: 14px Arial, Helvetica, sans-serif;
}
h1{
	text-align: center;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

h3, h4, h5{
	margin: 0px;
	padding: 0px;
}
h3, h5{
	display: inline;
	font-weight: bold;
}
h4{
	font-style: italic;
	font-weight: bold;
}
h5{
	font-size: 12px;
}

a, a:visited{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}

.back{
	text-align: right;
}

.content{
	text-indent: 15px;
	text-align: justify;
	border: 3px double;
	padding: 3px;
}