/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: 'Comic Sans MS', cursive; background-color: rgb(255,255,255);}
 A:active { color: rgb(0,0,0); text-decoration: underline;}
 A:link { color: rgb(0,0,0); text-decoration: underline;}
 A:hover { color: rgb(0,102,0); text-decoration: underline;}
 A:visited { color: rgb(0,0,255); text-decoration: underline;}
 H3 { color: rgb(0,102,0); text-decoration: underline;}
 
