﻿@import url(UberHuge.css);

html, body
{
	padding: 10px;
    background-image: none;
    background-color: #ffffff;
}
table tbody td
{
    border: solid 1px #dedede;
    text-align: center;
}

a, a:visited
{
    color: #5d86c2;
    border-bottom: none;
    text-decoration: none;
}

a:hover
{
    color: #6c94d0;
    border-bottom: none;
    text-decoration: none;
}
