/* CSS Document */
body{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	padding: 0;
	margin: 0;
}
td{
 	height:35px;
 	vertical-align:middle;
}
#buttons a{
	font-size: 1.1em;
}
a:link, a:visited {
	color: #979300;
	text-decoration: none;
}
a:active {
	color: #472086;
	text-decoration: none;
	background-color:#979300;
}
a:hover {
	color: #472086;
	text-decoration: none;
	background-color:#979300;
}
