<style type="text/css">

html {

}

body {
scrollbar-arrow-color: #c8020b;
scrollbar-base-color: #ffffff; 
scrollbar-DarkShadow-Color: #ffffff; 
scrollbar-track-color: ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #c8020b;
scrollbar-3d-light-color: #ffffff;

background-color: #000000;
font-family: Verdana;
font-size: 10px;
color: #c8020b;
}

A:link
{ text-decoration: none; color:#000000; font-size: 10px; font-weight: bold;}
A:visited
{ text-decoration: none; color:#000000; font-size: 10px; font-weight: bold;}
A:active
{ text-decoration: none; color:#000000; }
A:hover
{ 
text-decoration: none; color:#000000; size:3;
text-transform: lowercase;
font-weight:bold;
border-style: dotted;
border-color: #000000;
border-width: 1; 
cursor: crosshair; }

#h1 {
margin-top: -5px;
margin-bottom: 14px;
font-size: 11px;
letter-spacing: 2px;
}

#h2 {
margin-top: -56px;
margin-bottom: 14px;
font-size: 10px;
letter-spacing: 1px;
}

.index {
background-image: url(bg-v2.png);
background-repeat: repeat-y;
background-attachment: fixed;
background-color: #ffffff;
color: #c8020b;
width: 500px;
height: 415px;
margin: 2px;
padding: 2px;
}

.layer1 {
background-image: url(bg-new-1.png);
background-position: top left;
background-repeat: no-repeat;
margin: 0 -10px;
}

.layer2 {
border: 0px dotted #ffffff;
padding: 0px;
}

.form {
background-color: #ffffff;
color: #000000;
font-family: Verdana;
font-weight: bold;
border: 1px dotted #c8020b;
padding: 15px 10px 15px 10px;
width: 65%;
}

.buttons {
background-color: #ffffff;
color: #c8020b;
font-family: Verdana;
font-size: 9px;
font-weight: bold;
}

.input {
background-color: #ffffff;
color: #c8020b;
font-family: Verdana;
font-size: 9px;
font-weight: bold;
}

.textarea {
background-color: #ffffff;
color: #c8020b;
font-family: Verdana;
font-weight: italic;
border: 1px dotted #c8020b;
}

.img {
padding: 10px;
}

</style>