<!-- This is a Cascading Style Sheet (CSS) file. By changing the elements below, you can change the font --><!-- types and sizes and colors, background colors for the body, and many other variables.--><!-- This file determines style or design elements for all the HTML files that are linked to this one in the head tag. --><!-- Thus, you don't need to specify fonts and sizes in the HTML files, thereby reducing space and download time. --><!-- Sections here beginning with a period, such as .MainNav, are classes that correspond to div class tags in the other HTML files. --><!-- The line spacing and word spacing here won't affect this file, but punctuation and capitalization are important. --><!-- You should not have to change this file unless you want to make changes to the appearance of the whole site. --><!-- Although I did not use <h1></h1> tags for font sizes, I set some style definitions below. I used <strong> --><!-- for simple bold text instead. -->div, p, th, td, li, ul, ol  /* redundant selectors to help Netscape 4.x remember font style */{font-family: "Arial";color: #333333;}body{text-decoration:none;font-family: "Arial";font-size: medium;color: #333333;background-color: #FFFFFF;text-align: left;}.MainNav{text-decoration:none;font-family: "Arial";font-size: medium;color: #FFFFFF;}.MainNav:hover{color: #FFFF99;}.SubHead{font-family: "Arial";font-size: medium;color: #FFFFFF;text-align: center;}.MainContent{text-decoration:none;font-family: "Arial";font-size: medium;color: #333333;text-align: left;}.ImageCaption{font-family: "Arial";font-size: smaller;color: black;text-align: center;}.LinkToTop{text-decoration:none;font-family: "Arial";font-size: medium;color: #FFFFFF;}a{text-decoration:none;font-family: "Arial";font-size: medium;color: #FFFFFF;}a:hover{color: #FFFF99;}h1, h2, h3, h4, h5, h6 {font-family: Arial, sans-serif;text-decoration: none;}h1 {font-size: 1.6em;}h2 {font-size: 1.4em;}h3, h4 {font-size: 1.2em;}h5, h6 {font-size: 1.0em;} 
