a:link, a:visited	
{text-decoration: underline; 
   color: #811225;
font-weight:bold;
}
a:hover{
color: olive;
text-decoration: underline;
}

A {
   color: #811225;
   text-decoration: none;
   font-weight: bold;
}
Body{
SCROLLBAR-FACE-COLOR: #cccccc; 
SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #cccccc;
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #cccccc;
SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #ffffff;
background: #cccccc;
text-align: left;
margin-top: 0;
margin-bottom: 0;
}
input, textarea
{ 
border:1px single #811225; 
background: white; 
font-family: tahoma,arial;
font-size:11;
color: #000000; 
}

img{
	border: 0;
	}

