body{
	background-color: #3E4095;
        color: black;
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

td {
	border-bottom-width: 2px;
	border-top-color: #00A859;
	border-right-color: #3E4095;
	border-bottom-color: #00A859;
	border-left-color: #3E4095;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 5px;
	border-left-width: 5px;
}

a {
	font: 14px Arial;
	color: #FFCC29;
	line-height: 16px;
	letter-spacing: 0em;
	text-decoration: none;
	display:block;
	padding:2px 2px 2px 2px;
	background-position: 13px 45%;
    border-top:0px solid #000000;
    border-left:0px solid #000000;
    border-right:0px solid #000000;
    border-bottom:0px solid #000000;
    border-radius: 0px; 
	background-color: #3E4095;     
	}
	
a:hover {

    border-top:0px solid #000000;
    border-left:0px solid #000000;
    border-right:0px solid #000000;
    border-bottom:0px solid #000000;
    background-position: 12px 45%;
    background-color: #FFCC29; color: black;

}



