body { background-image: url('exp_family.png');
       background-position: 815px 30px;
       background-repeat: no-repeat;
       background-size: 350px, auto;
       font-family: arial, sans-serif;
       padding-left: 150px;
       padding-top: 30px;
}
.title { font-size: 40pt;
         font-family: Palatino, serif;   
}
.subtitle { font-size: 15pt;
     	    font-family: Arial, sans-serif;
}
ul.nav { list-style-type: none;
     margin: 0px;
     text-align: center;
     padding: 0px;
}
li.nav { float: left; }

a.nav { display: block;
        width: 150px;
}
a.nav:link, a.nav:visited {
    color: #000000;
    padding: 8px;
    text-decoration: none;
}
a.nav:hover, a.nav:active {
    background-color: #265F75;
    color: #FFFFFF;
}
p { font-size: 11pt;
    text-indent: 0px;
}