@charset "utf-8";
/* CSS Document */

.maintable table {
border: none;
}

.maintable td {
vertical-align: top;
text-align: center;
font: "Times New Roman", Times, serif;
font-size: 36px;
color:#FF66CC
}

.subtable table {
border: none;
}

.subtable td {
vertical-align: middle;
text-align: center;
}


.subtable a {
border: none;
font: "Times New Roman", Times, serif;
font-size: 14px;
color:#FF66CC
}

.subtable a:hover {
border: none;
font: "Times New Roman", Times, serif;
font-size: 14px;
color: #FF0000;
}


img {
border: none;
}

a {
border: none
hover: #FF0000
}