body {
	font-family: Verdana, Helvetica, sans-serif;
        font-size: -50%;
	background-color: #E5E5E5;
}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

.highlight {
	font-weight: bold;
	text-decoration:none;
}
a:link {
        color: #00659C;
        text-decoration: none;
}
a:visited {
        color: #00659C;
        text-decoration: none;
}
a:hover {
        color: #FF0000;
        text-decoration: none;
}

th { background:darkblue;  color: white; }
h1 { color: darkblue; font-size: 300%}
h2 { color: #00659C; }
h3 { color: #00659C; }
.ns {font-size:70%}
code {color: green}
div.code{
	color:#000000;
	font-size:9pt;
	font-family:Courier New;
	text-align:left;
	background-color:#FFFFCC;
	border:1px dashed #98AAB1;
	padding:7px;
}