body, p,
h1, h2, h3, h4, h5, h6,
table, tr, td,
ul, ol, li,
form, input,textarea, select,.footer,
a     {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 12px;
       color: #000000;
       text-decoration: none;   
    }


body
{
	scrollbar-3dlight-color:rgb(255,153,0);
scrollbar-arrow-color:rgb(203,203,203);
scrollbar-base-color:rgb(255,153,0);
scrollbar-darkshadow-color:rgb(255,153,0);
scrollbar-face-color:rgb(139,2,0);
scrollbar-highlight-color:rgb(189,190,192);
scrollbar-shadow-color:rgb(255,153,0);
scrollbar-track-color:rgb(255,153,0);
	
}

a, a:link, a:active, a:visited
{
  font-weight:bold;
  color: #DB0100;
  text-decoration: none;
}

a:hover
{
  color: #DB0100;
  text-decoration: underline;
}
 
 
 
 
.error
{
 color: #CC474C;
}
 
.correct
{
 color: #48BD2B;
} 
 
input,textarea
{
 border:1px solid #000000;
}

