/* CSS Document */

a:link, a:visited, a:active { text-decoration: none }
a:link {color: #0000FF}
a:visited {color: #660000}
a:hover {color: #660000}
a:active {color: #0000FF}

p
{
color: black; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%;
font-weight: normal;
}

h1
{
color: #black; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%;
font-weight: bold;
}

body {
scrollbar-base-color: #F0F0F0;
scrollbar-arrow-color: black;
scrollbar-track-color: white;

scrollbar-shadow-color: white;
scrollbar-lightshadow-color: white; 
scrollbar-darkshadow-color: #DCDDDE;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: white;
}
