body {margin: 0; padding: 0;}
.Normal-P
        {
        margin:0.0 0.0 0.0 0.0; text-align: left; 
        }
.PPStyle0-P
        {
        margin:0.0 0.0 0.0 0.0; text-align: center; 
        }
.Normal-2-C
        {
        font-family: arial, verdana, serif; font-size:16.0px; color: black;
        } 
.PPStyle1-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: black; 
        }
.PPStyle2-C
        {
        font-family: arial, verdana, serif; font-size: 16.0px; 
        color: blue; 
        }
.PPStyle3-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: blue; 
        }
.PPStyle4-C
        {
        font-family: arial, verdana, serif; 
        font-size: 16.0px; color: red; 
        }
.PPStyle5-C
        {
        font-family: arial, verdana, serif; font-weight: 700; font-size: 16.0px; 
        color: red; 
        }
.PPStyle6-C
        {
        font-family: arial, verdana, serif; font-size: 16.0px; color: black; 
        } 
.PPStyle7-C
        {
        font-family: arial, verdana, serif; font-weight: 700; font-size: 16.0px; color: black; 
        } 
.PPStyle8-C
        {
        font-family: arial, verdana, serif; font-style: italic; font-size:16.0px; color: black;
        }
.PPStyle9-C
        {
        font-family: arial, verdana, serif; font-style: italic; 
        font-weight: 700; font-size: 16.0px;  color: black;
        }
.PPStyle10-C
        {
        font-family: arial, verdana, serif; font-style: italic; font-weight: bold; font-size: 16.0px; text-decoration: underline; color: black;
        }
.PPStyle11-C
        {
        font-family: arial, verdana, serif;  
        font-size: 16.0px; color: black;
        }
.PPStyle12-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: black;
        }
.Normal-C
        {
        font-family: arial, verdana, serif; font-size: 16.0px; color: black;
        }
.PPStyle13-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: black;
        }
.PPStyle14-C
        {
        font-family: arial, verdana, serif; font-size: 16.0px; 
        color: red; 
        }
.PPStyle15-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: red; 
        }
.PPStyle16-C
        {
        font-family: arial, verdana, serif; 
        font-size: 16.0px; color: green; 
        }
.PPStyle17-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: green;  
        }
.PPStyle18-C
        {
        font-family: arial, verdana, serif; font-size: 16.0px; 
        color: blue; 
        }
.PPStyle19-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: blue; 
        }
.PPStyle20-C
        {
        font-family: arial, verdana, serif; font-size: 16.0px; 
        color: red;
        }
.PPStyle21-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: red; 
        }
.PPStyle22-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: black;
        }
.PPStyle23-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: red; 
        }
.PPStyle24-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: black; 
        }
.PPStyle25-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: black; font-style: italic;
        }
.PPStyle26-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: red; 
}
.PPStyle27-C
        {
        font-family: arial, verdana, serif; font-weight: bold; 
        font-size: 16.0px; color: green; 
}
.PPStyle28-C
        {
        font-family: segoe script; font-weight: bold; 
        font-size: 16.0px; color: blue;  
    }
    
    h1 {font-family: arial, verdana, helvetica; font-size:16.0px; color: blue; font-weight:700; text-align: center;}
    h3 {font-family: arial, verdana, helvetica; font-size:16.0px; text-transform: uppercase; color: red; font-weight:700; text-align: center;}
        
/* This is for normal links */
a:link {
color:#663399;
font-weight: bold;
}
/* This is for clicked links */
a:visited {
color: red;
}
/* This is for when a mouse hovers over links */
a:hover {
color: #9966CC;
Background-color: #FFCCFF;
}
/* This is for when a user holds mouse button to click a link */
a:active { 
color: #9999CC;
}
/* This is for when a user selects a choice from a menu box while filling out a form, it should be a light violet color */
#select {
   color: #CCCCFF;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: none;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

/* Style the "active" element to highlight the current page */
.topnav .active {
  background-color: #2196F3;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: none;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 16px;
}

/* When the screen is less than 480px wide, stack the links and the search field vertically instead of horizontally */
@media screen and (max-width: 480px) {
  .topnav a, .topnav input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;
  }
}
  
