body {
		font-family: Arial, Helvetica, sans-serif;
		background: #4682B4;
		color: #FFFFFF; 
}
span.h1 {
		font-size: 23px;
		font-weight: 800;
}
span.h2 {
		font-size: 20px;
		color: #CECECE;
		font-weight: 800;
}
div.menusection {
		font-size: 16px;
		font-style: italic;
		font-weight: 800;
		background-color: #114477;
		display: block;
}
div.section {
		font-size: 16px;
		font-style: italic;
		font-weight: 800;
		background-color: #336699;
		display: block;
}
div.subsection {
		background-color: #336699;
		font-style: normal;
		margin: 0px 0px 2px 0px;
		padding: 0px 0px 0px 5px;
}
div.subsection a {
		color: #CECECE; 
		font-weight: bolder;
		text-decoration: none;
		display: block;
}
div.subsection a:hover {
		color: #00BFFF;
}
div.langsection {
		background-color: #336699;
		font-style: normal;
		margin: 0px 0px 2px 0px;
		padding: 5px 0px 0px 5px;
		text-align : center;
}
div.langsection a {
		color: #CECECE; 
		font-weight: bolder;
		text-decoration: none;
		display : inline;
}
td.centerblue {
		background-color: #336699;
		text-align: center;
}
table.text16 {
		font-size: 16px;
}
.center {
		text-align: center;
}
