
body {
   margin-top: 30px;
   font-family: "Dejavu Sans", "Bitstream Vera Sans", sans;
   font-size: 16px;
   color: #101010;
}

.main {
   width: 70%;
   float: right;
   border: #c0c0e0 solid 1px;
   padding: 30px;
}

a {
   text-decoration: none;
   /*color: #20207f;*/
}

a:hover {
   text-decoration: underline;
   color: #00005f;
}

.menu a {
   text-decoration: none;
   color: #00007f;
}

.menu a:hover {
   text-decoration: none;
   color: #00005f;
   text-shadow: 0.05em 0.05em 0.2em #777;
}

.menu {
   padding-top: 10px;
   padding-bottom: 10px;
   text-align: right;
   letter-spacing: 3px;
}

.menu a {
   text-decoration: none;
   color: #00007f;
}

.hspacer {
   width: 15%;
   float: right;
}

.header {
   text-align: right;
}

li {
   padding-top: 5px;
   padding-bottom: 5px;
}

h2 {
   padding-bottom: 0.3em;
   border-bottom: #d0d0f0 solid 1px;
}

img.photo-left {
   float: left;
   padding-right: 1em;
   padding-bottom: 1em;
   height: 130px;
}

img.photo-right {
   float: right;
   padding-left: 1em;
   padding-bottom: 1em;
   height: 130px;
}

