
<!-- Highlighted URL links -->

:link { color: #0000af }    /* for unvisited links */
:visited { color: #000000 } /* for visited links */
:active { color: #800080 }  /* when link is clicked */
:hover { color: #ff0000 }   /* when mouse is over link */

<!-- Text styles -->

body {background-color:#d1cfC0;}  /* Grey background */
div {font-family:"Arial"; font-size:13px; color:#800000; text-decoration:none; text-align:left;}

<!-- Class defns. -->

.date { font-weight:bold; color:#c81b2e; text-align:right; }
.home { font-family:"Arial"; font-size:11px; color:#ff0000; text-align:center;}
.revised { font-family:"Arial"; font-size:10px; color:#808000; text-align:center; font-style:italic }
.masthead { font-family:"Times New Roman"; font-size:45px; font-weight:bold; color:#000000; text-align:center; }
.mast { font-family:"Times New Roman"; font-size:25px; font-weight:bold; color:#000000; text-align:center; }
.rrmasthead { font-family:"Arial"; font-size:25px; font-weight:bold; color:#000000; text-align:center; }
.photo { font-family:"Times New Roman"; font-size:13px; font-style:italic; color:#000000; text-align:center }

