body, table {
   color: black;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 12px;
}

a {
   color: #EF3E42;
}

h1, .VolTitle {
   color: #2b3581;
   font-size: 17px;
   font-weight: bold;
   margin: 0px;
}

.nav {
   border: 0px;
   padding: 0px;
   margin: 0px;
   color: #FFFFFF;
   white-space: nowrap;
   list-style-type: none;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   text-align: center;
}

.nav li {
   list-style-type: none;
   display: inline;
   font-family: Georgia;
   font-size: 14px;
   padding: 5px 16px 5px 16px;
   border-right: 1px solid #a4c0cc;
   margin: 0px;
   color: white;
   -moz-box-sizing: border-box;
   text-align: center;
}


.Footer, .Footer a {
   background-color: #EF3E42;
   color: white;
}