﻿/* Make all body black background. Default text color is ACE teal. Links: coral, visted links: silver
   link hover: red, active purple
*/
body {
      COLOR: #00CCCC;
      background: black;
      }

H1 {color:#00CCCC;}
H2 {color:#00CCCC;}
H3 {color:#00CCCC;}
H4 {color:#00CCCC;}
H5 {color:#00CCCC;}


a:link {color: #FF6342;}
a:visited {color: gold;}
a:active {color: yellow;}
a:hover {color: red; text-decoration: none;}

/* Set up a 12 pt italic for use as a photo caption */
div.photo_caption 
             {font-size: 12pt;
             font-family: "Times New Roman", Times, Palatino, serif;
             color: #009966;
		 font-style: italic;
		 text-align: center
             }





