A:link {
	COLOR: #C22C2E;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: black;
	TEXT-DECORATION: none
}
A:visited {
	COLOR: #C22C2E;
	TEXT-DECORATION: none
}
A:active {
	COLOR: black;
	TEXT-DECORATION: none
}

hr {COLOR: black;}


BODY {
background: url(images/bg.gif);
background-attachment : fixed;
	background-color : #ffffff;
	scrollbar-face-color: #F7E9A8; 
	scrollbar-shadow-color: #A3A3A3; 
	scrollbar-highlight-color: #F6F5F5; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #A3A3A3; 
	scrollbar-track-color: #E9E9E9; 
	scrollbar-arrow-color: #C22C2E;
}


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i, a
     { font-family:verdana;
     font-size : 11px;
     color: black
     }