
body
{
    background-image: url(images/bgimg.jpg);
    color: White;
    font-family: Arial;
    SCROLLBAR-FACE-COLOR: #4f82b9;
    SCROLLBAR-HIGHLIGHT-COLOR: #1f5279;
    SCROLLBAR-SHADOW-COLOR: #1f5279;
    SCROLLBAR-3DLIGHT-COLOR: #a6b7c7;
    SCROLLBAR-ARROW-COLOR: #ff8833;
    SCROLLBAR-TRACK-COLOR: #2f6289;
    SCROLLBAR-DARKSHADOW-COLOR: #a6b7c7;
    background-color: transparent;
}
A
{
	color: white;
}
A:hover
{
	color: #FF6600;
}
A:active
{
    color: red;
    
}
label:hover
{
	color: #FF6600;
}
label:forecolor
    color: royalblue;


