/* CSS definition file containing site wide stylesheets */
.green:visited { color: rgb(51,153,0); font-weight: bold; text-decoration: none ;}
 .black:link { font-family: 'Times New Roman', Times, Serif; color: rgb(0,0,0);}
 .black:active { font-family: 'Times New Roman', Times, Serif; text-decoration: none ;}
 A:visited { font-family: 'Times New Roman', Times, Serif;}
 .green:active { color: rgb(0,102,0); font-style: italic; text-decoration: none ;}
 .green:link { color: rgb(0,102,0); font-weight: bold; text-decoration: none ;}
 .black:visited { font-family: 'Times New Roman', Times, Serif;}
 .black:hover { font-family: 'Times New Roman', Times, Serif; color: rgb(153,0,0); font-weight: bold; font-style: italic; text-decoration: none ;}
 .green:hover { color: rgb(153,0,0); font-style: italic; text-decoration: underline overline;}
 