body {
	background-color: #CCCC66; /* gainsboro */
	margin: 0px;
	padding: 20px 50px;
	}
a { border: none; }
img { 
	border: none;
	Text-align: center;
	padding: 20px;
 }
div.text-wrapper {
	background-color: #FFFF99;
	margin: 1px;
	padding: 5px 10px; 
	}
div.image-bar {
	text-align: center;
}
div.image-bar1 {
	text-align: center;
	padding: 20px 20px 20px 20px;
}
div.footer{
	text-align: center;
	font-size: 15px;
}
div.footer2{
	text-align: center;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	text-align: center;
	font-size: 3em;
	}
h1.title-bar {
	border: 7px solid 663399;
	border-style: ridge;
	padding: 5px;
	margin: 2px;
	background-color: #FFFCCC;
	font-style: italic;
	text-size: 55px;
	}
h1.title-bar2 {
	border: 7px solid 663399;
	border-style: ridge;
	padding: 5px;
	margin: 2px;
	background-color: #FFFCCC;
	text-size: 55px;
	}
h2 {
	text-align: center;
	font-style: italic;
	}
h3 { 
	Text-align: center;
	font-style: italic;
	text-size: 40px;
	}
h4 {
	Text-align: left;
	Text-indent: 20px;
	Font-size: 35px;
	}	
p {
	margin-left: 20px;
	text-align: left;
	font-size: 20px;
	}
P.center{
	text-align:center;
	text-size: 35px;
}	
p.hanging-indent {
	padding-left: 22px; 
	text-indent: -22px;
	}
p.notice {
	font-size: small;
	text-align: center;
	}
hr {
	width: 50%;
	height: 10px;
	background-color: gray;
	color: gray;
	border: 1px solid gray;
	}
hr.lvl2 {
	width: 40%;
	}
.centered {
	text-align: center;
}
ul{ text-align: center;}
li.home {display:inline;
	font-size: 45px;
	padding: 20px 20px 20px 20px;
	font-style: italic;
}
ul.directory{
	text-align: left;
	font-size: 30px;
	font-style: italic;
	list-style: none;
}
li.footer {display:inline;
	font-size: 30px;
	padding: 20px 20px 20px 20px;
	font-style: italic;
}
a {
    text-decoration: none;
    color: blue;
}
a:hover {
    text-decoration: underline;
    color: green;
}
a:active {
    text-decoration: underline;
    color: red;
}
a:visited {
    text-decoration: none;
    color: purple;
}
div.padded{
	text-align: center;
	padding: 20px 20px 20px 20px;
}

