body { 
 margin-top: 0;
 background-color: white;
 }

a:link {
 color: darkred;
 }
 
a:visited {
 color: darkred;
 }
 
a:hover {
 color: darkgreen;
 }
 
a:active {
 color: darkred;
 }
 
.foot1 {
 font-family: Arial;
 color: white;
 background-color: darkblue;
 } 

.menu1 {
 background-color: darkblue;
 font-family: Arial;
 color: white;
 font-size: 14px;
 }

a.menu1:link {
 color: white;
 text-decoration: none;
 }

a.menu1:visited {
 color: white;
 text-decoration: none;
 }

a.menu1:hover {
 color: white;
 background-color: darkred;
 text-decoration: none;
 }
  
a.menu1:active {
 color: white;
 text-decoration: none;
 }

.servers {
 font-family: Arial;
 color: darkblue;
 font-size: 12px;
 font-weight: 500;
 }

.head1 {
 font-family: Arial;
 color: darkred;
 font-size: 24px;
 font-weight: 900;
 }

.head2 { 
 font-family: Arial;
 color: darkred;
 font-size: 36px;
 font-weight: 900;
 line-height: 150%;
 }

.head3 { 
 font-family: Arial;
 color: darkred;
 font-size: 16px;
 font-weight: 500;
 }
 
.head4 { 
 font-family: Arial;
 color: darkblue;
 font-size: 24px;
 font-weight: 500;
 }
 
 .head5 { 
 font-family: Arial;
 color: darkred;
 font-size: 16px;
 font-weight: 900;
 }
 
 .text3 { 
 font-family: Arial;
 color: darkblue;
 font-size: 16px;
 font-weight: 500;
 }

 .text2 { 
 font-family: Arial;
 color: darkblue;
 font-size: 16px;
 font-weight: 500;
 }

a.text2:link {
 color: darkblue;
 text-decoration: none;}
 
a.text2:visited {
 color: darkblue;
 text-decoration: none;
 }
 
a.text2:hover {
 color: darkgreen;
 text-decoration: none;
 }
 
a.text2:active {
 color: darkblue;
 text-decoration: none;
 }
 
 .blog { 
 font-family: Arial;
 color: darkblue;
 font-size: 18px;
 font-weight: 500;
 line-height: 125%;
 }
  .ulist1 { 
 font-family: Arial;
 color: darkblue;
 font-size: 16px;
 font-weight: 500;
 line-height: 150%;
 }

a.ulist1:link {
 color: darkblue;
 text-decoration: none;}
 
a.ulist1:visited {
 color: darkblue;
 text-decoration: none;
 }
 
a.ulist1:hover {
 color: darkgreen;
 text-decoration: none;
 }
 
a.ulist1:active {
 color: darkblue;
 text-decoration: none;
 }