a {
color: #00CC00;
font-weight: bold; 
text-decoration: none;
}

a:hover {
color: White;
}

h1 {
font-family: Arial, Helvetica; 
font-weight: bold; 
text-align: left;  
font-size: 20px; 
margin-top: 1px;
margin-bottom: 1px;
color: white;
}

h2 {
font-family: Tahoma, Arial, Helvetica; 
font-weight: bold; 
text-align: left;  
font-size: 12px; 
margin-top: 20px;
margin-bottom: 5px;
color: Silver;
}

h3 {
font-family: Tahoma, Arial, Helvetica; 
font-weight: bold; 
text-align: justify;  
font-size: 12px; 
margin-top: 5px;
margin-bottom: 1px;
color: Black;
}

body {
scrollbar-face-color: gray;
scrollbar-arrow-color: white; 
scrollbar-base-color: gray; 
scrollbar-3d-light-color: silver; 
scrollbar-dark-shadow-color: black; 
scrollbar-highlight-color: silver; 
scrollbar-shadow-color: gray; 
}

p {
font-family: Tahoma, Arial, Helvetica; 
font-weight: normal; 
text-align: justify;  
font-size: 12px; 
margin-top: 5px;
margin-bottom: 1px;
color: Black;
}

li {
font-family: Tahoma, Arial, Helvetica; 
font-weight: normal; 
text-align: justify;  
font-size: 12px; 
margin-top: 2px;
margin-bottom: 0px;
color: Black;
}


.copyright {
font-size: 10px; 
font-family: Arial, Helvetica; 
text-align: Center;  
color: Silver;
margin-top: 0px;
margin-bottom: 0px;
} 

#MainMenu {
font-size: 12px; 
font-family : Tahoma, Arial, Helvetica; 
font-weight: normal; 
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
margin: 0px;
padding-top: 0px;
list-style-type: none;
}

#MainMenu LI {
float: left; 
width: 100px;
}
#MainMenu A {
display: block; 
padding: 10px 10px 14px 10px;
color: Black;
background-color: none;
text-decoration: none;
}
#MainMenu A:hover {
color: White; 
background-color: Gray;
}
