table{
	font: Arial, Helvetica, sans-serif;
	background-color: White;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
td{
	border-style: none solid none none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-color: White;

}
a{
	text-decoration: none;
	border-style: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-style: normal;
	font-weight: bolder;
}
body{
	width: 354px;
	height: 80px;
	background-repeat: no-repeat;
}
sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: lighter;
}
a:hover {
	color: red;
}


