.cellover {border: 1px solid #DDDDDD;}

.pix  {
 cursor: hand;
 border:0 px;
 width:100px;
 height:100px;
}

.cellborder {
border: 1px solid #FFFFFF;

}

.redcellborder {
border: 1px solid #DDDDDD;

}

.tableHeader {
font-size: 30px;
color: White;
background-color:#000000;
}

table {
font-size: 12px;
color: Black;
}

a.link1, a.link1:visited{
	text-decoration: none;
	color : orange;
	cursor: hand;
}

a.link1:hover, a.link1:active{
	text-decoration: underline;
	color : white;
	cursor: hand;
}



}