	
	a:link,a:visited{
		color:black;
		text-decoration: none;
	}
	
	a:hover { 
		color:red;
		text-shadow: 2px 2px 4px black;

	}
	
		th {
		border: solid 1px black;
		
	}
	
	td {
		font-family: arial;
		text-shadow: gray 2px 2px 4px ;
	}
	
	#title {
	 	font-family: 'Hoefler Text', Times,arial;
	 	color:white;
	 	background-color:slategray;
	 	font-size:25pt;
		padding-left:5px;
		padding-bottom:0px;
		text-shadow: 2px 2px 4px black; 
		height:200px;
		width:320px;
		text-align:center;
	}
	#titleImg {
	 	font-family: 'Hoefler Text', Times,arial;
	 	color:white;
	 	background-color:slategray;
	 	font-size:25pt;
		padding-left:5px;
		padding-bottom:0px;
		text-shadow: 2px 2px 4px black; 

	}
	
	#display {
		height:300px;
		border:solid 1px black;
	}
	
	#active {
		color: white ;
		background-color: slategray;
	}
tr.tabImg {
	height:20px;
	border: solid 1px black;
	background-color:lightgray;

}
