/*Holly Wood October 13, 2020*/
body { background-color: #e6e6fa; 
        color: #191970;
       font-family: Arial, Verdana, sans-serif;
text-align: center;	   }
h1 { background-color: #191970; 
     color: #e6e6fa; 
	 line-height: 200%;
	 font-family: Georgia, "Times New Roman", serif;
	 text-indent: 1em;
	 text-shadow: 3px 3px 5px #CCCCCC; }
h2 { background-color: #aeaed4; 
     color: #191970; 
	 font-family: Georgia, "Times New Roman", serif;
	 text-align: center;  }
h3 {background-color: #e6e6fa; 
        color: #191970;
       font-family: Arial, Verdana, sans-serif;
text-align: center;	   }
h4 {background-color: #e6e6fa; 
        color: #191970;
       font-family: Arial, Verdana, sans-serif;
text-align: center;	   }
h5 { background-color: #e6e6fa; 
        color: #191970;
       font-family: Arial, Verdana, sans-serif;
text-align: center;	   }
nav { font-weight: bold;
      word-spacing: 1em;
      font-size: 1.25em; }
nav a { text-decoration: none; }
p { font-size: .90em;
	text-indent: 3em; }
ul { font-weight: bold; }
nav ul {list-style-type: none; }
nav dt {list-style-type: center}
nav li { display: inline-block; }
nav a { border: 5px inset #CCCCCC;
	width: 8em;
    display: inline-block;
	padding: 3px 15px;
	color: #FFFFFF;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
nav a:link { color : #FFFFFF; }
nav a:visited { color : #CCCCCC; }
nav a:hover { color : #99FFCC;
              border: 5px outset #99FFCC; }

#wrapper { width:  80%;
			margin-left:  auto;
			margin-right: auto;
				background-color : #FFFFFF;
				min-width:  650px; max-width: 1280px;
				box-shadow: 3px 3px 3px #333;
				background-image: url(back.gif)}