/* CSS Document */

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #5F3601;
}

html {
SCROLLBAR-FACE-COLOR: #5F3601; 
SCROLLBAR-HIGHLIGHT-COLOR: white; 
SCROLLBAR-SHADOW-COLOR: white; 
SCROLLBAR-3DLIGHT-COLOR: white; 
SCROLLBAR-ARROW-COLOR: #5F3601 
SCROLLBAR-TRACK-COLOR: white;
SCROLLBAR-DARKSHADOW-COLOR: white; 
}

a:link{  text-decoration: none;
	color: #E3441C;
}
	
a:visited{ text-decoration: none;
	color: #E88616;
}

a:hover{ border-bottom: dashed; border-width: 1px; border-color: #E3441C;

