/* CSS Document */

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

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

a:link{  text-decoration: none;
	color: #5F5E8B;
}
	
a:visited{ text-decoration: none;
	color: #5F5E8B;
}

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

