body {margin-left: 4em; margin-right=2em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
      color: navy; background-image: url("images/stripes01.gif");  background-color: #ffffff}

h1 {
  font-family: Times, serif;
  font-size: 180%;}
h2 {font-size=120%; font-family: Times, serif}
h3 {font-size=110%; font-family: Times, serif}
h4,h5,h6 {margin-left: -2em; }

ul.navbar {
  font-size: 80%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 4em;
  left: 1em;
  width: 10em}

ul.navbar li {
  background: #aabbcc;
  margin: 0.5em 0;
  padding: 0.3em;
  border-right: 0.3em solid black}

ul.navbar a {text-decoration: none} 
ul.navbar a:link {color: navy; text-decoration: none} 
ul.navbar a:visited {color: navy; text-decoration: none}
ul.navbar a:active {color: navy; text-decoration: none}
ul.navbar a:hover {color: red; text-decoration: none}

div.box { border: solid; border-width: thin; width: 100% }
div.color {background: rgb(204,204,255); padding: 0.5em; border: none;}

a:link {color: navy; text-decoration: none}
a:visited {color: navy; text-decoration: none}
a:active {color: red; text-decoration: none}
a:hover {color: red; text-decoration: none}

address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin solid }

