body { background-color: teal;
  color: white;
  margin: 1em 3em; padding: 0; }
a:link    { color: blue; }
a:visited { color: purple; }

p { line-height: 1.3; 
  text-indent:1em;
  text-align:justify;
  text-justify:newspaper; }

div#menu{float:left;width:6em;
   background-color:white;
   color:black;padding:.5em;}
div#content{float:left;width:29em;}

div#menu li{margin-bottom:1em;}

h2{ font:italic bold 1.5em georgia;}
