<html>
<head>
<style>

body {
color: white;
scrollbar-face-color: #000000; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #000000; 
scrollbar-arrow-color: #FF9900; 
}

a:link {
color: orange;
text-decoration: none;
}

a:visited {
color: orange;
text-decoration: none;
}

a:hover {
color: blue;
text-decoration: bold;
}

a:active {
color: orange;
}
a.menu:link {
color: black;
}

a.menu:active {
color: black;
}

a.menu:hover {
color: white;
}

a.menu:visited {
color: black;
}

h1 {
font-family: Arial;
font-size: 16pt;
text-decoration: none;
color: orange;
}

h2 {
font-family: Arial;
font-size: 14pt;
font-style: strong;
color: white;
border-bottom-height: 0.5px; 
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: #f1a629;
}

h3 {
font-family: Arial;
font-size: 11pt;
color: white;
border-bottom-height: 0.5px; 
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: #f1a629;
}

h4 {
font-family: Arial;
font-size: 9pt;
font-style: strong;
}

p {
color: white;
font-family: Arial;
font-size: 9pt;
}

table {
font-family:Arial;
font-size: 9pt;
color: white;
}

li.genre {
list-style-type: square;
color: white;
font-family: Arial;
font-size: 9pt;
}

li.mail {
list-style-image: url(mail.gif);
color: white;
font-family: Arial;
font-size: 9pt;
}

li.pdf {
list-style-image: url(pdficon.gif);
color: white;
font-family: Arial;
font-size: 9pt;
}

li.web {
list-style-image: url(link_icon.gif);
color: white;
font-family: Arial;
font-size: 9pt;
}

.pagetitle {
padding: 1px;
top: 2px;
left: 2px;
width: 99%;
position: absolute;
}

.secondtitle {
padding: 0px;
top: 100px;
left: 1px;
width: 99%;
background: #f1a629;
position: absolute;
}

.contentcolumn {
padding: 10px;
top: 130px;
left: 25%;
width: 60%;
position: absolute;
}

.listcolumn {
padding: 3px;
top: 200px;
left: 1px;
width: 20%;
position: absolute; 
}

img {
padding: 2px
}


</style>
</head>
<body>
</body>
</html>

