@media screen {

/* ================================= */
/* General Navigation Bar Properties */
/* ================================= */

table.navbar {
   border-collapse: collapse;
   margin-top: 4px;
}
table.navbar td {
   border: 1px solid #000000;
}
table.navbar td a{
   display: block;
   text-decoration: none;
}
table.navbar td.h_box a{
   margin: auto;
/*   min-width: 80px; */
}
table.navbar td.v_box a{
   width: 142px;
}
td.navbarspacer {
   width: 8px;
}
p.navbar {
   text-align: center;
   font-weight: bold;
   font-size: 18px;
}
p.navigation {
   text-align: center;
   font-weight: bold;
   font-size: 16px;
}

/* ============================== */
/* Navigation Bar Link Properties */
/* ============================== */

/* Navigation Bar - Box Link Properties - Normal */
table.navbar td a:link, table.navbar td a:visited {
   color: #ffffff;
   background-color: #6040c4;
}

/* Navigation Bar - Box Link Properties - Hover */
table.navbar td a:hover, table.navbar td a:active {
   color: #ffffff;
   background-color: #443266;
}

/* Navigation Bar - Paragraph and Text Link Properties - Normal */
p.navigation a:link, p.navigation a:visited, p.navigation {
   color: #ffffff;
}

/* Navigation Bar - Text Link Properties - Hover */
p.navigation a:hover, p.navigation a:active {
   color: #0b3861;
   background: #ffffff;
}

/* Footer - Paragraph and Text Link Properties - Normal */
   #footer p, #footer a:link, #footer a:visited {
   color: #000000;
}

/* Navigation Bar and Footer - Text Link Properties - Hover */
#footer a:hover, #footer a:active {
   color: #ffffff;
   background: #000000;
}

}