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

.container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.container #navbar {
	text-align: center;
	border-top: medium inset #D32AB2;
	border-bottom: thick outset #D32AB2;
}
.container #navbar a {
	text-decoration: none;
	color: #D32AB2;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	line-height: normal;
}
.container h2 {
	color: #684395;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: oblique;
	font-weight: bolder;
	text-decoration: none;
}
.container h1 {
	text-align: center;
	line-height: normal;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #B6308F;
	text-decoration: none;
	text-shadow: px px 2px #000000;
}
.container h3 {
	font-size: xx-large;
	text-align: center;
}
.container p {
	padding-left: 0px;
	right: auto;
}
.container a img {
	padding-right: 30px;
}
.container h4 {
	text-decoration: underline;
	text-shadow: 0px 0px #D32AB2;
	font-size: large;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
