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

/* Menu Formatting */

/* Table Formatting */

/* Table Border */
table {
   
    width: 100%;
    border-collapse: collapse;
}

/* Table Cell Borders */
table td {
    
    border-collapse: collapse;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    color: #33FFFF;
width: 20%;
}

/* 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;
}
