body {font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
      color: navy; background-image: url("stripes01.gif");  background-color: #ffffff}

h1 {
  font-family: Times, serif;
  font-size: 300%;
  text-align: center;
  }
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: 6em;
  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}

#box1{
	width: auto;
	clear: none;
	margin-top: 45px;
	margin-right: 10px;
	margin-bottom: 1px;
}

#box1 p {
	margin-top: 0;
	padding: 0 0 0 0;
	text-align: center;
	font-weight: bold;
}


div.color {background: rgb(204,204,255); padding: 0.5em; border: none;}


a:link {color: navy; text-decoration: underline;}
a:visited {color: navy; text-decoration: underline;}
a:active {color: red; text-decoration: underline;}
a:hover {color: red; text-decoration: underline;}

