  body {
    padding-left: 11em;
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: #000066;
    background-color: #77a0c9;
    background-image: url('circuit_bg.jpg');
    background-repeat: repeat
 }

  ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 9em }

  p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: black; 
    border-style: solid; 
    border-width: thin;
    background-color: #a6cff8;
    width: 580px;
    font-family: Georgia, "Times New Roman", Times, serif}

  ul.navbar li {
    background-color: #a6cff8;
    margin: 0.5em 0;
    padding: 0.3em;
    border-style: solid;
    border-color: black;
    border-width: thin }

  ul.navbar a {
    text-decoration: none }

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

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

  a:hover {
    text-decoration: none;
    color: white }

  address {
    margin-top: 1em;
    padding-top: 1em;
    width: 600px;
    border-top: thin dotted }
  
  photo {
    border-style: solid;
    border-color: black;
    border-width: thin;
    background-image: url(pic.jpg);
    height: 100px }
    


