
a { 
  color: darkblue !important;
  }
  
a:hover {
  color: lightblue !important;
}

.navbar a {
  color: #ffffff !important; 
  font-size: 20px;
  letter-spacing: 1px !important;
}

.navbar a:hover {
  color: #77B1D4 !important;
}

.navbar-brand {
  font-size: 30px !important;
}

p {
  font-family: verdana;
  font-size: 16px;
}

h1 {
  font-size: 24px;
  font-family: verdana;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
}

li {
  font-size: 16px;
}

