.bordergrey {
  border-top-color: #C3C3C3;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #C3C3C3;
  border-left-style: solid; 
  border-left-width: 1px;
  border-right-color: #C3C3C3;
  border-right-style: solid;
  border-right-width: 1px;  
  border-bottom-color: #C3C3C3;
  border-bottom-style: solid; 
  border-bottom-width: 1px;
  }
.borderblack {
  border-top-color: #000000;
  border-top-style: solid;
  border-top-width: 1px;
  border-left-color: #000000;
  border-left-style: solid; 
  border-left-width: 1px;
  border-right-color: #000000;
  border-right-style: solid;
  border-right-width: 1px;  
  border-bottom-color: #000000;
  border-bottom-style: solid; 
  border-bottom-width: 1px;
  }
.title {
  color: #000000;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  font-weight: bold;
  }
.redbold {
  color: #FF0000;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  font-weight: bold;
  }
.greenbold {
  color: #00AA00;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  font-weight: bold;
  }
.bluebold {
  color: #0000FF;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  font-weight: bold;
  }
.whitebold {
  color: #FFFFFF;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  text-decoration: none;
  font-weight: bold;
  }
.mainbold {
  color: #000000;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  font-weight: bold;
  }
.main {
  color: #000000;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  }
.footer {
  color: #FFFFFF;
  font-family: "Gill Sans MT", Verdana;
  font-size:14px;
  }
a {
  color: #000000;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  text-decoration: none;
  font-weight: bold;
  }
a:hover {
  color: #77A73A;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  text-decoration: underline;
  font-weight: bold;
 }
a:active {
  color: #77A73A;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  text-decoration: underline;
  font-weight: bold;
 }
#navbar a.here{
  color: #77A73A;
  font-family: "Gill Sans MT", Verdana;
  font-size:16px;
  text-decoration: underline;
  font-weight: bold;
 }