body {
   background-color: #F8FCFF
}

#navbar {
   position: fixed;
   width: 130px;
   left: 20px;
   top: 5em;
}

#main {
   margin-left: 150px;
   margin-right: 0px;
   top: 0px;
}

div.entrytitle {
   font-size: 1.2em;
   font-weight: bold;
   color: navy;
   text-align: center;
   background-color: #CCCCE6;
/*   margin-left: 1em;*/
   width: 12em;
   margin-bottom: .1em;*/
}

div.entrytext {
   color: navy;
   background-color: #CCCCE6;
   padding: .5em;
}

div.entrytext a:hover {
   background-color: #CCD4F6;
}

a:link {
   text-decoration: none;
   color: blue
}

a:visited {
   text-decoration: none;
   color: #6633CC
}

a:hover {
     background-color: aqua
}

h1 {
   font-size: 2.0em;
   color: navy;
   text-align: center;
}

h2 {
   font-size: 1.6em;
   color: navy;
   text-align: center;
}

h3 {
   font-size: 1.2em;
   color: navy;
   text-align: center;
}

strong {
   font-style: none;
   font-weight: bold;
   color: navy;
}

p.desc {
   margin-right: 2em;
   margin-left: 2em;
   color: navy;
   background-color: #CCCCE6;
}

