body {
	background-color: LightCyan;
}

div {
	margin: auto;

}
.mainContainer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-radius: 10px 50px;
	padding: 15px;
	min-height: 600px;
}

.titleBlock {
	width: 80%;
	background-color: #FFFFFF;
	padding: 0px;
	margin: auto;
}

.mainContent {
	display: inline-block;
	vertical-align: top;
  margin: auto auto auto 10px;
	width: calc(100% - 170px);

}

.links {
	display: inline-block;
  margin: auto;
	width:150px;

}

.linkCategory {
	display: inline-block;
	width: 100%;
	font-weight: bold;

}
.link {
	display: block;
	width: auto;
	font-weight: normal;

}

.link a:link {
  color: #000000;
}

.link a:visited {
  color: #000000;
}

.link a:hover {
  color: #f0f0f0;
}

h1.pageTitle {
  color: #0000ff;
	font-family:cursive;
  text-align: center;
  text-decoration: underline;
}

h2.pageSubTitle {
  color: #0000ff;
	font-family: fantasy;
  text-align: center;
  text-decoration: none;
}
