body {
	margin-top: 20px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #83bbec;
}

a:visited {
	color: #527696;
}

a:active {
	color: #b4d5f2;
}


.MainDiv {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #ffffff;
	width: 600px; 
	text-align: center;
}

.header {
	margin: 0px;
}

.navigation {
	margin: 0;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
}

.content {
	margin: 0;
	padding: 15px 60px;
	background-color: #EEEEEE;
}

.listBox {
	margin-left: auto;
	margin-right: auto;
	width: 285px;
}

.listBox h2 {
	text-align: left;
}

p {
	font-size: 13px;
	line-height: 1.25em;
	text-align: left;
}

h1 {
	font-size: 16px;
	text-align: center;
}

h2 {
	font-size: 14px;
	text-align: center;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	text-aligh: center;
}

ul {
	text-align: justify;
}

.verticalBorders {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: gray;
	border-left-color: gray;
}

