body, html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font-family:"Arial",San-serif;
}
	
body {
	margin: 2% auto;
	width: 1024px;
	font-size: 12pt;
}

h1 {
	font-size: 24pt;
	font-variant: small-caps;
	background-color: MediumSeaGreen;
	color: #fff;
	padding: 1% 3%;
	letter-spacing: 2pt;
	font-family:"Times New Roman", Serif;
}

h2 {
	font-size: 16pt;
	/*letter-spacing: 1pt;*/
	background-color: rgb(36,87,139);
	color: White;
	padding: 0.75% 3%;
	margin-top: 0%;
	margin-bottom: 0%;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
	/*font-style: italic;*/
	/*letter-spacing: 1pt;*/
	background-color: SkyBlue;
	padding: 0% 3%;
	margin-top: 0%;
	color: Ivory;
	line-height: 24pt;
	border-top: 1px solid rgb(36,87,139);
	border-bottom: 1px solid #7Ac1c0;
}

p {
	margin: 0 3%;
	line-height: 1.5;
	text-align: justify;
}

.navcentre {
margin:0 auto;
display:table;
white-space:nowrap;
background: SkyBlue
border: 1px solid Blue;
}

.navcentre ul {
list-style:none;
margin:0;
padding:0;
display:table-row;
white-space:nowrap;
}

p + p {
  text-indent: 1.5em;
}

.navcentre ul li {
	display:table-cell;
	width: 9em;
	text-align: center;
	font-size: 13pt;
	height: 1.5em;
	line-height: 1.5em;
}
.navcentre ul a {
	display:block;
	padding:4px 10px;
	text-decoration:none;
	font-weight: bold;
	color: White;
}
.navcentre ul a:hover{
	background:White;
	color:Black;
}

h1:hover{
	background:DarkGreen;
	color:White;
}

.menu {
	width: 100%;
	background: rgb(60,113,179);
	margin-bottom: 2%;
}

.menuitem {
	padding-left: 30%;
	padding-right: 30%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.section {
	border: 1px solid rgb(36,87,139);
	background-color: #E0F0F6;
	color: DarkSlateGray;
	margin: 0;
	margin-top: 3%;
	margin-bottom: 3%;
	padding-bottom: 2%;
}

.copyright {
	font-size: 8pt;
	font-style: italic;
	color: Grey;
}

.comment {
	color: green;
}

.tag {
	color: blue;
}

.attribute {
	color: red;
}

.processing {
	color: purple;
}

.smallspace {
	font-size:0;
	height: 10px;
}

.largespace {
	font-size:0;
	height: 20px;
}