BODY { background-image : url('http://www.kevinolson.com/olson/olson_crest_background.gif') ; }
BODY { background-repeat: repeat-x, repeat-y ; }
BODY { background-attachment: fixed ; }
BODY { background-color : white ; }
BODY { font-family: times new roman, times, courier ; }

A { font-size : 12pt ; }
A { text-decoration : underline ; }
A { color: blue ; }
A:hover { color : red ; }
A:active { color : lime ; }

H1 { font-size : 200% ; }
H1 { font-weight : bold ;}

H2 { font-size : 150% ; }
H2 { font-weight : bold ;}

H3 { font-size : 125% ; }
H3 { font-weight : bold ;}

SPAN { font-family: times new roman, times, courier ; }
SPAN { font-size : 12pt ; }
SPAN { font-weight : 400 ; }
SPAN { color: silver ; }
SPAN { background-color : black ; }

P { font-family: times new roman, times, courier ; }
P { font-size : 12pt ; }
P { font-weight : 400 ; }
P { color: black ; }

TD { font-family: times new roman, times, courier ; }
TD { font-size : 12pt ; }
TD { font-weight : 400 ; }
TD { color: black ; }

STRONG {font-weight: bold;}

.email_span { 
	font-size : 12pt ;
	text-decoration : underline ; 
	color: blue ; 
	background-color: white ; 
}

.email_span:hover { color : red ; }
.email_span:active { color : lime ; }

