body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #444;
	color: #000;
}
table, td, tr{
    padding: 10px;
    width:100%;
    text-align: center;
}

A{
	padding: 10px 20px;
	font-weight: bold;
	font-size: 12px;
}


A:link {
	color: #eee;
    text-decoration: none;
} 
A:visited {
	color: #eee;
    text-decoration: none;
}
A:active {
	color: #999;
    text-decoration: none;
}
A:hover {
	color: #999;
    text-decoration: none;
}
 

