body {
   background-color: #99aabb;
   color:            black;
}

a {
   text-decoration:  underline;
   color:            black;
}

a:visited {
   color:            #99aabb;
}

div {
   padding:          5px;

   color:            black;
   background-color: white;
}

div.bordered {
   border:           black;
   border-style:     solid;
   border-width:     2px;
}

.after {
   clear:            both;
}

.photo {
   float:            left;
   padding-left:     50px;
}

.blurb {
   text-align:       left;
}

.title {
   background-color: #99aabb;

   font:             25px;
   text-align:       center;
}

.navbox {
   width:            15%;
   text-align:       left;
   float:            left;
}

.content {
   width:            82%;
   float:            right;
}
