h1 {
  font-size: xx-large;
  font-family: "Verdana";
  color: #FFFFFF;
  font-style:normal;
}

h2 { 
font-family: Verdana; 
color: #7F317F; 
font-size: medium; 
font-style:bold;
}

body {
  font-family: "Verdana";
  font-size: medium;
  font-style: normal;
  color: #FFFFFF;
}

.captionText {
font-family: Verdana;
color: #7F317F;
font-size: small; 
line-height:100%; 
font-style:italic; 
margin-top:0; 
margin-bottom:0;
}

.NavBarText {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bolder;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
  font-size: large;
  color: #7F317F;
}
a:link {color: #7F317F; text-decoration: none}
a:visited {color: #7F317F; text-decoration: none}
a:hover {text-decoration: underline}

.TopBarBold {
  font-size: x-large;
  color: white;
}