body {
	font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  font-size: 160%;
}

a:active {
  color: blue;
}
a:link {
  color: blue;
}
a:visited {
  color: black;
}

h1 {
  text-align:center;
  font-size: 40pt;
  margin:0px;
}

h2 {
  font-size: 160%;
  margin-bottom: 10px;
}

h3 {
  font-size: 140%;
  margin-bottom: 10px;
  margin-top:5px;
}

h4 {
  font-size: 120%;
  margin-bottom: 10px;
  margin-top:0;  
}

pre {
  margin : 0;
  padding : 0;
}

ul {
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 0;
  padding-left: 1em;
}

ul ul {
  margin-bottom: 10px;
}

br { line-height: 1em }

li {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
  
.bold {
  font-weight:bold;
}

blockquote {
  border:1px;
  border-style:solid;
  padding:5px;
  font-weight:bold;
  background-color:#dddddd;
}

blockquote a {
  font-size: 100%;
}

blockquote i {
  color: #f00;
}

blockquote b {
  color: #00f;
}

blockquote pre {
  font-size: 100%;
}

blockquote pre i {
  color: #0b0;
}

blockquote pre b {
  color: #f09;
}

#page {
	margin: 5px auto 5px auto;
	width: 1000px;
	height: 740px;
	border: 1px solid #000;
	background: top right repeat-x #fff;
}

#header {
	position:relative;
    height: 60px;
    margin: 5px 5px 5px 5px;
    background-color: #fff;
    color: #000;
    font-style:italic;
	border-bottom: 1px solid #0000ff;
	font-size: 32pt
}

.topleft {
	position:absolute;
	top: 0;
	left: 0;
    width: 100px;
    height: 50px;
    text-align:left;
	padding:0;
}

.topcentre {
    height: 60px;
	text-align:center;
	font-weight:bold;
	padding:0;
	font-size: 52pt
	margin: 0 105px 0 105px;
}

.topright {
	position:absolute;
	top: 0;
	right: 0;
    width: 100px;
    height: 60px;
	text-align:right;
	font-size: 14pt;
}

.topright a {
	font-size: 12pt;
}

#content {
	margin: 5px 5px 5px 5px;
	background-color:white;
	color: black;
	overflow: auto;
	padding:0;
}

.inner {
	position:relative;
	margin: 0px 50px 0px 50px;
	background-color:white;
	color: black;
	height: 660px;
	border: 1px solid #fff;
}

.inner blockquote {
	margin: 0px 0px 20px 0px;
}

.inner a {
  text-decoration:none;
  color: blue;
}

.inner blockquote pre {
}

div.image {
	position:absolute;
	top:0px;
	right:0px;
}

#section {
	position:relative;
	top:0px;
	text-align:center;
	font-weight:bold;
    font-style:italic;
	font-size: 200%
}

#footer {
	width:790px;
	margin:5px;
	padding:0px;
}


b { color: red; }
i { color: lime-green; }
