
a { 
	text-decoration: none; 
	color: #800000;
}
a:hover { 
	text-decoration: underline; 
	color: #ffff00; 
	background-color: #000000;
}

a.sam { 
	text-decoration: none; 
	color: #ffff00;
}
a:hover.sam { 
	text-decoration: underline; 
	color: #ffff00; 
	background-color: #000000;
}
a.samgreen { 
	text-decoration: underline; 
	color: #00ff00;
}
a:hover.samgreen { 
	text-decoration: none; 
	color: #000000; 
	background-color: #ffff00;
}

p {
	color: #ffffff;
	font-family: Arial;
	font-size:10pt
}

p.main {
	color: #ffffff;
	font-family: Arial;
	font-size:10pt
}

h1,h2,h3 {
	color: #ffffff;
	font-family: Arial;
}
	
body {
	background-color: #ffffff;
	scrollbar-face-color: #800000;
	scrollbar-track-color: #000000; 
}
