<style>

.contact {
  font-family: verdana;
  font-size: 14pt;
  font-weight: 550;
  color: #263d59;
  padding-top: 4px;
  line-height: 13pt;
  margin-top: 3px;
}

.contact1 {
  font-family: verdana;
  font-size: 9pt;
  font-weight: 550;
  color: #263d59;
  padding-top: 0px;
  line-height: 16pt;
  margin-top: 0px;
}

.dash1 {
  font-family: verdana;
  font-size: 9pt;
  font-weight: 550;
  color: #263d59;
  padding-top: 0px;
  line-height: 16pt;
  margin-top: 0px;
}

.copyright {
  font-family: verdana;
  font-size: 7pt;
  line-height: 9pt;
  color: #000000;
  padding-top: 0px;
}

.border1 {
  border: 5px solid #988c21;
  padding-top: 0px;
  padding-bottom: 0px;
}

.border2 {
  border: 3px solid #988c21;
  padding-top: 2px;
  padding-bottom: 0px;
}

.border3 {
  border: 3px solid #988c21;
  padding-top: 0px;
  padding-bottom: 0px;
}

.head1 {
  font-family: verdana;
  font-size: 16pt;;
  text-align: center;
  color: #ffffcc;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 0px;
}

.head2 {
  font-family: verdana;
  font-size: 11pt;;
  text-align: center;
  color: #ffffcc;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 3px;
}

.head3 {
  font-family: verdana;
  font-size: 14pt;
  text-align: center;
  color: #498a93;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}

.head4 {
  font-family: verdana;
  font-size: 10pt;
  text-align: center;
  color: red;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}

.head5 {
  font-family: verdana;
  font-size: 10pt;
  text-align: center;
  color: #498a93;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}

.head6 {
  font-family: verdana;
  font-size: 11pt;
  text-align: center;
  color: #988c21;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}

.head7 {
  font-family: verdana;
  font-size: 11pt;;
  text-align: center;
  color: #000000;
  font-weight: bold;
  line-height: 200%;
}

.head8 {
  font-family: verdana;
  font-size: 11pt;
  line-height: 150%;
  text-align: center;
  color: #988c21;
  font-weight: bold;
  padding-top: 0px;
  padding-bottom: 5px;
}

.text1 {
  font-family: verdana;
  font-size: 10pt;;
  text-align: justify;
  color: #000000;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 0px;
}

.backnext {
  font-family: verdana;
  font-size: 10pt;;
  text-align: justify;
  color: #ffffff;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 20px;
}

.imgcentre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #eeeeee; 
    border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #988c21; 
    border-radius: 6px;
}

</style>