.nav{
    font-family:times;
    color:#990000;
    font-size:17;
    font-weight:bold;
    text-decoration:none;
}

.nav:hover{
	color:#EB8C00;
    text-decoration:none
}

.active{
    font-family:times;
    color:#EB8C00;
    font-size:17;
    font-weight:bold;
    text-decoration:none;
}

.title{
	font-family:arial;
    color:#000000;
    font-size:20;
    font-weight:normal;
    text-decoration:none;
	letter-spacing:1px
}

.copy{
	font-family:arial;
    color:#000000;
    font-size:12;
    font-weight:normal;
    text-decoration:none;
	letter-spacing:1px
}
.copy:hover{
	font-family:arial;
	color:#000000;
	text-decoration:underline
}

.copy2{
	font-family:arial;
    color:#000000;
    font-size:12;
    font-weight:normal;
    text-decoration:none;
	letter-spacing:0px
}
.copy2:hover{
	font-family:arial;
	color:#000000;
	text-decoration:underline
}

.copyright{
	font-family:times;
    color:#000000;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
	letter-spacing:1px;
}

.copyright:hover{
	font-family:times;
    color:#000000;
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
	letter-spacing:1px;
}

.button
{
   font-size:11px;
   font-weight:bold;
   color:#000000;
   font-family:arial;
   background:#ffcc33;
	border-left:solid #000000 2px;
	border-right:solid #000000 2px;
	border-top:solid #000000 2px;
	border-bottom:solid #000000 2px;
}


BODY {
        margin: 0px;
        scrollbar-face-color: #990000; 
        scrollbar-shadow-color: #000000; 
        scrollbar-highlight-color: #990000; 
        /*scrollbar-3dlight-color: #000000; 
        scrollbar-darkshadow-color:#000000;*/
        scrollbar-track-color: #eeeeee; 
        scrollbar-arrow-color: #eeeeee; /*FFD817*/
}