<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   http://www.sfnorthwest.org/northwest.css   */

A:HOVER {
	background-color : green;
	background-image : none;
	border-bottom-width : medium; 
	border-color: black;
	border-right-width : thin;
	border-style : double;
	border-top-width : thin;
	border-width : thin thin thin thin;
	color : white;
	text-decoration:none;
}
A.dodger:HOVER {
	background-color : Blue;
	background-image : none;
	border-bottom-width : medium;
	border-color : cornsilk;
	border-right-width : thin;
	border-style : ridge;
	border-top-width : thin;
	border-width : thin thin thin thin;
	color : #330000;
	text-decoration: none;
	
}
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
.button {
	background-color : #0000CD;
	color : #FFF8DC;
	font-weight : bold;
	BORDER-BOTTOM: 4px outset black;
    BORDER-LEFT: 4px outset black;
    BORDER-RIGHT: 6px outset black;
    BORDER-TOP: 4px outset black;
}
A.greenlinks {color: #000000;
			  font-weight: bold;}
LI {
 list-style-type : circle;
}
A.mylinks {
font-size: 9pt;
color: #000000;
font-weight: bold;
font-family: arial, sans-serif, helvetica;
text-decoration: none;
margin-right: 10px;}

SPAN.dropcap {
		font-size: 45px;
		font-weight: normal;
		float: left;
		font-family: "book antiqua", "times roman", "times", serif;
		color: #000000;
		line-height: 35px;
		}
.manuscript { 
		margin-left: 35px;
		margin-right: 35px;
		}
.white {  font-weight: bold; color: #FFFFFF}
.black {  color: #000000}
</pre></body></html>