A {color: #4433bb}
A:visited {color: #009966}
A:link:hover, A:visited:hover {color: #dc143c }

/* Microsoft Internet Explorer cares about the order of the above two A: statements */

H1 { font-family: Arial, Helvetica, sans-serif; text-align: center; color: #4433bb }
H2 { font-family: Arial, Helvetica, sans-serif; text-align: center; color: #4433bb }
H3 { font-family: Arial, Helvetica, sans-serif; margin-left: 3em; margin-right: 3em; text-align: center; color: #4433bb }
H4 { font-family: Arial, Helvetica, sans-serif; margin-left: 3em; margin-right: 3em; color: #4433bb }
H5 { font-family: Arial, Helvetica, sans-serif }
H6 { font-family: Arial, Helvetica, sans-serif }
P { font-family: Arial, Helvetica, sans-serif; color: #0000ff; text-align: justify;
  margin-left: 3em; margin-right: 3em }
BLOCKQUOTE { font-family: Arial, Helvetica, sans-serif; font-size: 90%; color: #0000ee; text-align: justify; margin-left: 5em; margin-right: 5em; }

A.tableanchor { font-family: arial,sans-serif;
font-size: 12pt;
font-weight: bold;
color: #FFFFFF;
text-decoration: none }

A.tableanchor:visited { font-family: arial,sans-serif;
font-size: 12pt;
font-weight: bold;
color: #FFFFFF;
text-decoration: none }

A.tableanchor:link:hover, a.tableanchor:visited:hover { font-family: arial,sans-serif;
font-size: 12pt;
font-weight: bold;
color: #FFFF00;
background-color: #0083C1 }

/* Microsoft Internet Explorer cares about the order of the above two A: statements */


/*  Could also have done it this way:

a.tableanchor { font-family: arial,sans-serif;
font-size: 10pt;
font-weight: bold;
color: #FFFFFF;
text-decoration: none }

a:hover.tableanchor { font-family: arial,sans-serif;
font-size: 10pt;
font-weight: bold;
color: #FFFF00;
background-color: #0083C1 }

then in the file itself:

<a class=tableanchor href=""> etc.

*/

A.listformat { font-family: arial,sans-serif;
font-weight: bold; 
font-size: 12pt;
color: #0000FF; }

A.listformat:visited { font-family: arial,sans-serif;
font-size: 12pt;
font-weight: bold; 
color: #009966 }

A.listformat:link:hover, a.listformat:visited:hover { font-family: arial,sans-serif;
font-weight: bold;
font-size: 12pt;
color: #FFFF00;
background-color: #0083C1 }



/* For photo captions: */

.caption { color:#000000;
font-family:arial, helvetica, sans-serif;		
font-weight:normal;
font-size:10pt; }

