@import "homePage.css";

table {
background-color: #494949;
font-family: "Comic Sans MS", "Comic Sans", fantasy, Courier, "Courier New";
font-size: 12px;
}

table a {
color: #363;
}

table a:visited {
color: #fff;
}

table a:hover {
color: #fc3;
}

td {
background-color: #999;
}