/* CSS Document */

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

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

a:link{  text-decoration: none;
	color: 504752;
}
	
a:visited{ text-decoration: none;
	color: A78CAD;
}

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

	
}

