H1 {
font-family : tahoma;
font-weight : bold;
font-size : 20;
color: white;
background: black;
}

IMG {
border: 0;
}

BODY {
font-family : tahoma;
font-size : 8pt;
color: white;

scrollbar-3dlight-color : white;
scrollbar-arrow-color : white;
scrollbar-base-color : white;
scrollbar-darkshadow-color : white;
scrollbar-face-color : black;
scrollbar-highlight-color : black;
scrollbar-shadow-color : black;
scrollbar-track-color : black;
}

BUTTON
{
font-family : tahoma;
font-size : 8pt;
color: white; 
background-color: black; 
border: true;
}

SELECT
{
font-family : tahoma;
font-size : 8pt;
color: white; 
background-color: black; 
border-color: white;
}

INPUT
{
font-family : tahoma;
font-size : 8pt;
}

TD
{
font-family : tahoma;
font-size : 8pt;
}

TEXTAREA
{
font-family : tahoma;
font-size : 8pt;
}

A:LINK {
border: 0;
color : black;
font-weight : bold;
font-family : tahoma;
font-size : 11pt;

text-decoration: none
} 
A:VISITED {
color : black;
font-weight : bold;
font-family : tahoma;
font-size : 11pt;

text-decoration: none
} 
A:HOVER {
color : red;
font-weight : bold;
font-family : tahoma;
font-size : 11pt;

text-decoration : underline;
} 
A:ACTIVE {
color : red;
font-weight : bold;
font-family : tahoma;
font-size : 11pt;

text-decoration: underline
} 

