
a:hover {
	background-color: #e0e0e0;
	font-family: Tahoma;
	font-size: 12px;
	color: Red;
	text-decoration: none;
	text-align:justify;
	width: 100%;
}
  
a {
	background-color: White;
	font-family: Tahoma;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	text-align:justify;
	width: 100%;
}

td{
    border-bottom: 1px Dotted;
	color: #eeeeee;
	text-align:justify;
}

input{
    font-family: Tahoma;
	font-size: 12px;
	color: Black;
	background-color: #F7F1DD;
}
