html { font-size: 100.01%; }
body {
   font-family: Verdana, Arial;
   font-size: 62.5%;
   font-weight: normal;
   color: #00447e;
}

a {
   font-family: Verdana, Arial;
   text-decoration: none;
   color: #00447e;
   font-weight: bold;
}
a:hover {
   color: #9e0404;
   text-decoration: underline;
}

p {
   margin: 0;
   text-align: justify;
   padding: 10px 0 10px 0;
}
.c { text-align: center; }

h1 {
   font-size: 1.4em;
   color: #00447e;
   font-weight: bold;
   letter-spacing: 1px;
   word-spacing: 1px;
   text-transform: uppercase;
   margin: 25px 0 10px 0;
}

ul { margin-left: 100px; }

#menu ul {
   margin-left: 0;
}
#menu ul li {
   list-style-type: disc;
   color: #fff;
   float: left;
   margin-left: 18px;
   font-size: 1.1em;
}
#menu ul li a {
   color: #fff;
   text-transform: uppercase;
}

