/* basic elements */

a:link { 
	font-weight: bold;
	text-decoration: underline; 
	color: #C0C0C0;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: underline; 
	color: #999999;
	}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #EEEEEE;
	}

body          { color: #C0C0C0; background-color:#336699 }  

h2	{font-family: Trebuchet MS; font-size: 15pt}

h3	{font-family: Trebuchet MS; font-size: 14pt}

h4	{font-family: Trebuchet MS; font-size: 12pt}

h5  {font-family: Trebuchet MS; font-size: 10pt}
