# Style sheet cribbed from 'the guidebook'
#H1, H2, H3 { color: green }
I { color : red;}
EM { color : red;}
h4 { font-weight : bold; font-size : 12pt; color : #990000;}
h3 { font-weight : bold; font-size : 12pt; color : #990000;}
h6 { font-family : comic Sans ms, arial; font-size : 10pt; text-align : center;}
h5 { font-family : comic Sans ms, arial; font-size : 12pt; color : black; background-color : white; text-align : center;}
h2 { font-weight : bold; font-size : 12pt; color : #000000;}
h1 { font-weight : bold; font-size : 14pt; color : #000000;}
TD { font-family : verdana,arial,helvetica,sans-serif; font-size : 10pt; color : black; background-color : white;}
body { font-family : verdana,arial,helvetica,sans-serif; font-size : 10pt; color : black; background-color : white;}
#body { font-family : verdana,arial,helvetica,sans-serif; font-size : 10pt; color : black;}
#p { font-family : verdana,arial,helvetica,sans-serif; font-size : 10pt; color : black; background-image: url(background.gif)}
A:link { color : blue; text-decoration : none;}
A:visited { color : magenta; text-decoration : none;}
A:active { color : blue; text-decoration : none;}
A:hover { color : blue; text-decoration : underline;}
