body 
{ 
background-color: #3399CC; 
scrollbar-base-color: #ffffff; 
scrollbar-face-color: #000099; 
scrollbar-track-color: #6666CC; 
scrollbar-arrow-color: #6666CC;
scrollbar-highlight-color: #000000; 
scrollbar-3dlight-color: #000000; 
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
font-family: Verdana, Geneva, Arial, sans-serif, "Garamond", "Broadway BT"; 
font-face: Ariel;
font-size: 12pt; 
color: black;
} 


h1
{
	color: black;
        font-size: 24pt;
}

h2
{
        color: darkblue;
        font-weight: bolder;
        font-size: 18pt;
}

h3
{
        color: darkblue;
        font-weight: bolder;
        font-size: 16pt;
}

h4
{
        color: yellow;
        font-weight: bolder;
        font-size: 16pt;
}

h5
{
        color: white;
        font-weight: bolder;
        font-size: 16pt;
}

h6
{
        color: white;
        font-weight: bolder;
        font-size: 12pt;
}


a:link,a:active {
	color: white;
	text-decoration: none;
}
a:visited {
	color: purple;
	text-decoration: none;
}


a:hover {
	color: yellow;
        background-color: black;
	text-decoration: underline;

}

#box01
{
    background-color: #C0C0C0;
    border: 2pt #C0C0C0 outset;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    font-face: Ariel;
    color: black;
    font-size: 11pt;
    font-weight: bolder; 
}

#box02
{
        color: #ffffff;
        font-weight: bold;
        font-size: 14pt;
}

#box03
{
    background-color: darkblue;
    border: 2pt #C0C0C0 none;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    font-face: Ariel;
    color: white;
    font-size: 11pt;
    font-weight: bolder; 
}

#box04
{
    background-color: #C0C0C0;
    border: 2pt #C0C0C0 double;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    font-face: Ariel;
    font-size: 11pt;
    color: black;
    font-weight: bolder; 
}

#box05
{
    border: 4pt #ffffff ridge;
    font-size: 12pt;
    font-weight: bold; 
}

#box06
{
    background-color: #C0C0C0;
    border: 2pt #C0C0C0 inset;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    font-face: Ariel;
    font-size: 11pt;
    font-weight: bolder; 
}

#menu
{
    background-color: #C0C0C0;
    border: 2pt #C0C0C0 inset;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    font-face: Ariel;
    font-weight: bold;
    font-size: 10pt;
}

#menu:hover
{
	border-style: inset;
}

#banner
{
    background-color: #C0C0C0;
    font-family: "Garamond", "Broadway BT";
    font-face: "Garamond";
    font-weight: bold;
    font-size: 32pt;
    color: #000000;
    border: 4pt #C0C0C0 ridge;


}

#txt01
{
    color: yellow;
    font-weight: bold;
}