body{
	text-align: center;
    font: 100% "Trebuchet MS",Arial,sans-serif ;
	font-size:13px;
}

table{
	font: 100% "Trebuchet MS",Arial,sans-serif ;
	font-size:13px;
	padding:15px;
	width:100%;
	align:center;
}

td {
	vertical-align:top;
}

a {
    color: #0B055B;
    font-weight:bold;
    border-style:none;
    text-decoration:none;
}
a:hover {
    color: #5390BF;
    text-decoration:underline;
}