h1 { font-family: Arial, Helvetica, sans-serif; font-size: 130%; color: #660099} 
/* this is a simple selector which makes all H1 headings Arial, 130% of the browser's default font size, and dark purple*/

a:hover { color: #9933CC} 
/* this is a simple selector which makes all links turn purple upon rollover */ 


.greenbodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 170%; color: #006600; top: auto; clip:  rect(   ); font-weight: normal} 
/* this is a class selector which can be applied to paragraphs and other elements */


.redbodytext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 170%; color: #000000} 
/* this is another class selector which can be applied to paragraphs and other elements */

.tipofday {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; line-height: 18px; color: #000000}
.legaltext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; color: #CC0000}
.photocredit {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; line-height: normal; font-weight: lighter; color: #333333; text-align: right}
.bulletbody {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 170%; color: #000000; list-style-type: disc}
.letter {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: 140%; font-weight: normal; color: #000000}
.letterhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: 140%; color: #006600; font-weight: normal}
.resource {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; line-height: 170%; color: #006633}
.numbers { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 170%; color: #663300; top: auto; clip: rect( ); font-weight: normal ; text-align: center}
