body {
  background-color: rgb(216,246,255);
  color: rgb(0,0,0);
  font-family: serif;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
}


.servo {
  color: rgb(0,2,127);
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 5em;
}

.servo-center {
  color: rgb(0,2,127);
  font-family: serif;
  font-size: 150%;
  margin-top: 3em;
  text-align: center;
}

.center {
  text-align: center;
  font-size: 130%;
}

.blue {
  color: rgb(0,2,127);
  font-family: serif;
  font-size: 220%;
  text-align: center;
}

.orang {
  color: rgb(255,99,43);
  font-family: serif;
  font-size: 220%;
  text-align: center;
}

.big-orang {
  color: rgb(255,99,43);
  font-family: serif;
  font-size: 500%;
  text-align: center;
  margin-top: .4em;
  margin-bottom: .4em;
}

.xservo {
  font-family: serif;
  font-size: 150%;
}

.info {
  font-style: italic;
  font-size: 130%;
}

a { text-decoration: none }

a:link, a:visited { color: rgb(153,0,51) }

a:link:hover, a:active, a:active:hover, a:visited:hover
{
  color: rgb(255,0,0);  background-color:  rgb(204,204,204);
}

.navbar th, .navbar a, .navbar a:visited
{
  color: rgb(255,255,255)
}

.navbar a:link:hover, .navbar a:active, .navbar a:active:hover,
.navbar a:visited:hover
{
  color: rgb(0,2,127)
}

.navbar th { 
  background-color: rgb(0,2,127);
  font-size: 75%;
}

.webmaster th, .webmaster a, .webmaster a:visited
{
  background-color: rgb(219,151,15);
  color: rgb(0,2,127)
}

.webmaster a:link:hover, .webmaster a:active, .webmaster a:active:hover,
.webmaster a:visited:hover
{
  background-color: rgb(0,0,0);
  color: rgb(219,151,15)
}

.email
{
  color: rgb(0,2,127);
  text-decoration: underline;
  font-style: italic;
}

h1, h2, h3 { font-weight: bold }

h2 { font-size: 120% }

h1 {
  font-size: 180%;
  margin-top: 3em;
  color: rgb(0,2,127);
  text-align: center;
}

.hdr {
  font-size: 180%;
}

.navbar {
  position: absolute; top: 0.1em; left: .5%;
  color: rgb(255,255,255);
  width: 99%;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 95%;
}

