/* CSS Document */
table {
border: solid 2px #000000;
text-align:center;
font-family:"Monotype Corsiva";

color: #ffff00;
}
td {
border: solid 1px #000000;
color: black;
background: #990000;
height: 49px;
color: #ffff00;
}
body {
background-color: #c2c2c2;
font-size: 20px;
}
A:link{
color: #ffff00;
text-decoration: none;
}
A:hover{
color: #ffff00;
text-decoration: none;
}
A:visited{
color: #ffff00;
text-decoration: none;
}
