#toplinks { color: black; font-family: helvetica, sans-serif;
font-size: 14pt }
	
		

#toplinks a:link {
text-decoration: none; color: black; }


#toplinks a:visited {
text-decoration: none; color: black}


#toplinks a:active {
text-decoration: none; color: blue}


#toplinks a:hover {
text-decoration: none; color: blue}


/* hey mom, I can't figure out how to separate the "content" section from the toplinks section.  I even gave content it's own id tag but It still doesnt work:  when I change the toplinks font, content changes with it*/

#content { color: black; font-family: arial, sans-serif;
 }





#bottomlinks { color: black; font-family: arial, sans-serif; font-size: 8pt;
 }
	
		

#bottomlinks a:link {
text-decoration: none; color: black; }


#bottomlinks a:visited {
text-decoration: none; color: black}


#bottomlinks a:active {
text-decoration: none; color: blue}


#bottomlinks a:hover {
text-decoration: none; color: blue}

#copy { color: black; font-family: arial, sans-serif; font-size: 8 pt;
 }