p     	     { font-size: 0.9em; font-family: Arial, Helvetica, sans-serif }

 /* H2 are main page titles. Use other headings appropiately. */
H2   	     { color: #900; font-weight: bold; font-size: 1.35em; font-family: Arial, Helvetica, sans-serif }
H3    	     { color: #900; font-weight: bold; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif }
H4 	     { color: #900; font-weight: bold; font-size: 0.9em; line-height: normal; font-family: Arial, Helvetica, sans-serif }
H5 	     { color: #900; font-weight: bold; font-size: 0.8em; line-height: normal; font-family: Arial, Helvetica, sans-serif }

 /* use strong for links on navigation pages, usually the pages called 'index'. */
strong       { font-weight: bold; font-size: 1.1em; font-family: Arial, Helvetica, sans-serif }

em 	     { color: #900; font-style: normal; font-weight: bold; line-height: normal; font-family: Arial, Helvetica, sans-serif }
cite 	     { color: #333; font-style: normal; font-size: 0.8em }
li 	     { font-size: 0.9em; line-height: normal; font-family: Arial, Helvetica, sans-serif; background-color: transparent }
 /* The li selector does not seem to work in Netscape 4.7 and earlier; it uses the default font instead. I don't see this as a problem. */

a:hover      { color: #039 }
 /* a:hover will make the visited links turn the color of unvisited links when the cursor is over the link. 
    However, it seems to work only in IE and Netscape 6. */

 /* use noteplain and noteitalic wherever appropiate. */
.noteitalic  { font-style: italic; font-size: 0.8em }
.noteplain   { font-style: normal; font-size: 0.8em }

.navside     { font-size: 0.9em; font-family: Arial, Helvetica, sans-serif }
 /* navsidesub is for the additional choices in the side navigation. It is in a smaller font than navside. */
.navsidesub  { font-size: 0.8em; font-family: Arial, Helvetica, sans-serif }
 /* navbttm is for the links at the bottom of each page. */
.navbttm     { font-weight: bold; font-size: 0.75em }

.gray        { color: #666 }
.coursesched { font-size: 0.8em; font-family: Courier, "Courier New", Monaco, monospace }