body {
 background: black no-repeat;
 font-family: sans-serif;
 font-size: 10pt;
 color: white;
}
a:link {
 text-decoration: underline;
 color: #0000AA;
 }
a:visited {
 text-decoration: underline;
 color: purple;
}
a:active {
 text-decoration: underline;
 color: red;
}
hr.thick {
 height: 3px;
 color: silver;
}
div.left {
 width: 20%;
 float: left;
 background: navy;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
 font-family: sans-serif;
 font-size: 10pt;
}
div.leftlogin {
 width: 20%;
 float: left;
 background: red;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
 font-family: sans-serif;
 font-size: 10pt;
}
div.leftcomment {
 width: 20%;
 float: left;
 background: purple;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
 font-family: sans-serif;
 font-size: 10pt;
}
div.centre {
 width: 50%;
 float: left;
 position: center;
 background: navy;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
}
div.rhlogo {
 width: 20%;
 float: left;
 background: white;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
}
div.right {
 width: 20%;
 float: left;
 background: white;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
}
div.oneday {
 background: #e0e0ff;
 margin: 5px;
 border: 1px solid black;
 padding: 5px;
 font-family: sans-serif;
 font-size: 10pt;
}
h1 h2 h3 h4 {
 margin-top: 0.5em;
 margin-bottom: 0;
}
h3.comment {
 font-family: sans-serif;
 font-size: medium;
 color: #e0e0ff;
}
h4.oneday {
 font-family: sans-serif;
 font-size: medium;
 color: #e0e0ff;
}
img.link {
 border: 0;
}
p {
 text-align: justify;
 margin-top: 0.5em;
 font-family: verdana, helvetica, sans-serif;
}
.foot {
 text-align: justify;
 margin-top: 0;
 font-style: italic;
 font-size: 12pt;
}
ul {
 margin-top: 0.5em;
 font-family: sans-serif
}
ol {
 font-family: sans-serif;
 color: black
}
DL {		font-family: sans-serif;
		color: black }
DT {		font-family: sans-serif;
		font-weight: bold ;
		color: black }
DD {		font-family: sans-serif;
		color: black }
BLOCKQUOTE	{ text-align: justify; font-family: sans-serif }
EM		{ font-family: sans-serif; font-style: italic }
STRONG	{ font-weight: bold }
CODE		{ font-family: monospace }
PRE		{ font-family: monospace }
FORM		{ font-family: sans-serif }
INPUT		{ font-family: sans-serif }
TEXTAREA	{ font-family: sans-serif }
