
 body {
    color: black;
    background-color: white;
    font-family: sans-serif;
    border-style: none;}

.site_layout {max-width: 45em; margin-left:auto; margin-right:auto;}

h1 {font:bolder 1.4em serif; text-align: center}
h2 {font:bolder 1.2em serif}
h3 {font:bolder 1em serif}


a.link:link {color: black; text-decoration: none}
a.link:visited {color: #006600; text-decoration: none}
a.link:hover {text-decoration: underline}
a.link:active {color: black; text-decoration: none}

a.text:link {color: #330099; text-decoration: none}
a.text:visited {color: #660099; text-decoration: none}
a.text:hover {color: #330099; text-decoration: underline}
a.text:active {color: #330099; text-decoration: none}

a:link {color: #330099; text-decoration: none}
a:visited {color: #660099; text-decoration: none}
a:hover {color: #330099; text-decoration: underline}
a:active {color: #330099; text-decoration: none}


.title {
      width: 100%;
      text-align: center;}
     
.links {
      float:left;
      width: 9em;
      background: #99CC99; 
      padding: 0.5em;
      border: 1px solid black;}

.photo { 
      float: right;     
      text-align: center;
      padding: 0.5em;
      }

.main {
      margin-left: 1em;
      padding: 1em; 
     }
