@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	width: 1200px;

}

.container {
	width: auto;
	background-color: #FFF;
	padding: 5px;
}

table {
	font-size: 16px;
	align: center;
}

#footer {
	background-color: #FFF;
	text-align: center;
	width: 1190px;
	border-bottom-width: thick;
	border-bottom-style: ridge;
	border-bottom-color: #06F;
	height: 85px;
	border-top-width: thick;
	border-top-style: ridge;
	border-top-color: #F00;
} 
p {
	font-size: 16px;
	color: #000;
	text-align: left;
}
h1 {
	font-size: 21pt;
	text-align: center;
}
h2 {
	font-size: 18px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-align: center;
}
h4 {
	font-size: 14px;
	color: #000;
	text-align: right;
	padding-right: 30px;
}
h5 {
	font-size: 18px;
	color: #000;
	text-align: center;
}

h6 {
	font-size: 18px;
	text-align: right;
}
.prettyImage {
	border: #000;
	padding: 5px;
	background-color: #F00;
	margin: 5px;
    }

li {
    display: inline;
	

