/* <link rel="stylesheet" type="text/css" href="menu.css"> */

/* Menu Formatting */

/* Table Formatting */

/* Table Border */
table {
    width: 170px;
}

/* Table Cell Borders */
table td {
    font-weight: bold;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 19px;
    color: #333FFF;
}

/* unvisited link */
a:link {
    color: #33FFFF;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #33FFFF;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: #A349A3;
    text-decoration: underline;
}
