A, A.visited {
		  text-decoration : none;
		  color: green;
		  
}

A:hover {
		color : red;
}

.cell1 {
	border-style:solid;
	border-width:fat;
	background: #339933;
	font-weight : bold;
  	font-size:14px;
}

.cell2 {
	
	text-align: center;
	font-weight : bold;
	font-style : italic;
	background:Red;
	color: white;
  	font-size:14px;
  	font-family: arial;
  	padding-right: 4px;
  	padding-left: 4px;
  
}

.selected {
	background-color:#33FF00;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px
}
