body {background-color:maroon; color:white}

/* Menu Items */
/* The page that is showing */
A.a1:link    {color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a1:visited {color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a1:hover   {color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a1:active  {color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none}
/* The other pages */
A.a2:link    {color: white; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a2:visited {color: white; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a2:hover   {color: red; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a2:active  {color: white; font-size: 12pt; font-weight: bold; text-decoration: none}
/* Not used */
A.a3:link    {color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a3:visited {color: #F1A629; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a3:hover   {color: red; font-size: 12pt; font-weight: bold; text-decoration: none}
A.a3:active  {color: yellow; font-size: 12pt; font-weight: bold; text-decoration: none}

h1.white {font-family: "Times New Roman", "Times", "serif"; color: white;}

p {font-family: "Times New Roman", "Times", "serif"; color: white; font-size: 12pt;}

p.standout {background:olive;
          font-family: helvetica; font-size: 20px; font-weight:500;
          color: white; text-align: center; 
          margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

ul {font-family: "Times New Roman", "Times", "serif"; color: white; font-size: 12pt;}