/* Green Gray */

a:link, a:visited, a:active, a:hover { text-decoration: underline }

a:link       {  color: #FFFFFF } 				/* Text = white */

a.intex:link {  color: #009933 } 				/* Text = NOT USED */

a.covert:link {  color: #660033 } 				/* Text = Purple like background */

a.cbot:link {  color: #FFFFFF } 				/* Text = White */

a:visited    {  color: #777777 }				/* Text = Grey */

a.covert:visited {  color: #660033 } 			/* Text = Purple like background */

a:hover      {  color: #AA4477 } 				/* Text = Purple */

a.covert:hover      {  color: #FFFFFF } 			/* Text = White */

a:active     { color: #FF6666 }				/* Text = red */

body         { color: #C0C0C0;
				font-family: "Times New Roman", Times, serif;
				font-weight: normal;
				font-size: 1.0em;
				background-color: #660033;
             }
				/* Background Color = Purple, Text = Gay */

.ctop	       { color: #C0C0C0;
				 font-family: "Times New Roman", Times, serif;
				 font-size: 2.0em;
				 font-weight: bold;
				 background-color: #660033;
				 background-image: URL(images/TopGrad.jpg);
				 background-repeat: repeat-x;

               }  /* Top Area, Background Color = Purple, Text Color = Gray */

.blackbody	{ color: #C0C0C0;
			  background-color: #000000;
			  text-align: center;
			}	/* Black Tables Area, Background Color = Black, Text Color = Gray */

.highlight	{ color: #E0E0E0;
			  font-weight: bold;
			  font-style: italic;			  
			}	/* Text Color = Light Gray Bold Italic */
			
.navi	{ 	background-color: #000000;
				text-align: left;
			}	/* Nav Bar Area Background Color = Black + text align */
	
td.intex	{ 	text-align: left;
				vertical-align: top;
		 	}		/* Text Alignment */

td.intexr	{ 	text-align: right }		/* Text Alignment */

.photo {   text-align: left;
		font-size: .75em;
		} /* Photo Credit etc */

div.intxc { text-align: center;
			font-size: 1.1em;
			color: #C0C0C0;
		 	}	/* Centered Larger Text, Text Color = Gray */

.cbot        { color: #FFFFFF;
					text-align: center;
					font-family: "Times New Roman", Times, serif;
					font-size: .75em; 
                 background-color: #660033; 
               }  /* Bottom Area, Background Color = Purple, Text Color = White */

td           { color: #C0C0C0;
			   }	/* Text Color = Gray */

h2           { font-size: 3.0em; 
				 text-align: center;
				 font-weight: normal;
			   }
     
h3           { font-size: 2.0em; 
				 text-align: center;
				 font-weight: normal;
			   }
    
h4           { font-size: 1.4em; 
				 font-weight: normal
			   }

h5           { font-size: 1.2em; 
				 font-weight: normal
			   }
