

#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header li {
		float: left;
		background: url(img/t_r.gif) top right no-repeat;
		margin: 0;
	}
	
	#header a {
		display: block;
		background: url(img/t_l.gif) top left no-repeat;
		color: black;
		font-weight:bold;
		
		text-decoration: none;
		padding: 0.6em 1em 0.25em;
	}
	
	#header a:hover {
		color: black;
	}
	
	#header #selected {
		font-weight: bold;
		background-image: url(img/t_r_a.gif);
	}
	
	#header #selected a {
		background-image: url(img/t_l_a.gif);
		color: black;
	}
	
	#content {
		clear: both;
		color: black;
		font-size:14pt;
		background: #EEEEEE;
		padding: 1em;
	}



span.title { 
/* font-style:italic; 
color:blue; */
font-size:30pt;

} 



 CAPTION {background:blue; color:yellow; font-size:20pt; caption-side:bottom }
 TR.whitetext {color:#000000 ; font-size:14pt}
 TD.redtext {border: thick solid red; color:red; font-size:24pt}
 TD.ltgreenbackground {background:lightgreen}
 #width30 {width=30}
 TD.image {background: url(chicken.jpg) fixed; vertical-align:bottom }


A:link {text-decoration: underline;   color:#000080;}
A:visited {text-decoration: underline;    color:#000080;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
