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 ;}

P { font-family: times new roman, times, courier ; }
P { font-size : 12pt ; }
P { font-weight : 400 ; }
P { color: black ; }

STRONG {font-weight: bold;}