a:link
{
	color: rgb(254, 230, 61);
	text-decoration: none;
}
a:visited
{
	color: rgb(254, 230, 61);
	text-decoration: none;
} 
a:hover
{
	color: rgb(0, 226, 226);
}
a:active 
{
	color: rgb(254, 230, 61);
}
body
{
	font-family: Century Gothic, MS Sans Serif, Arial;
	background-color: rgb(202, 0, 31);
	color: rgb(254, 230, 61);
	margin:0px;
    font-size: 12px;
    font-weight: bold;
}
table
{
    font-size: 12px;
    font-weight: bold;
    width: 100%;
    height: 100px;
    border-collapse: collapse;
}