body
{
        color: #000000;
        font-family: Arial;
	background-color: #6DBA8A;
}
table
{
  background-repeat: no-repeat;
  background-position: 50% 50%;
}




a:link
{
        font-weight: bold;
        font-family: Arial;
        color: #F8D2A2;
        text-decoration: none;

}
a:visited
{
        font-weight: bold;
        font-family: Arial;
        color: #F8D2A2;
        text-decoration: none;
}
a:active
{
        font-weight: bold;
        color: #000000;
	background-color: #F8D2A2;
        text-decoration: none;
}
a:hover
{
        font-weight: bold;
        color: #000000;
	background-color: #F8D2A2;
        text-decoration: none;
        font-family: Arial;

}

