@charset "utf-8";
body {
	font-size: 1em;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: rgba(134,147,154,1.00);
	border: thick groove rgba(65,58,58,1.00);
}

#container {
	text-align: left;
	border: medium double rgba(33,30,30,1.00);
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
a:link, a:visited {
	color: rgba(87,116,16,1.00);
}
a:hover, a:active {
	color: rgba(187,125,47,1.00);
}
header {
	background-color: rgba(200,212,219,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}
header h1  {
	color: rgba(128,13,63,1.00);
	font-style: normal;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
}
header img   {
	border: thick groove rgba(224,88,90,1.00);
	border-radius: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
header p  {
	font-size: large;
	text-align: center;
}
main h1  {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: x-large;
	text-align: center;
	margin-top: 0px;
}
main {
	background-color: rgba(136,158,170,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}

main h2  {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
}
aside {
	background-color: rgba(229,178,178,1.00);
	border-bottom: medium dotted rgba(14,11,11,1.00);
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
aside h1  {
	text-align: center;
}
aside a:link, aside a:visited {
}
aside a:hover, aside a:active {
}
footer h1  {
	color: rgba(128,13,63,1.00);
	font-style: normal;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
	margin-top: 0px;
}
footer {
	background-color: rgba(200,212,219,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}

footer ul {
	text-align: center;
	padding-left: 0px;
}

main ul  ,aside ul,footer ul{
	list-style-type: none;
}
