@charset "utf-8";
/* CSS Document */

#archives h1 {
	font-size: xx-large;
	font-weight: bold;
}
#archives h2 {
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0508b8;
	border-bottom-color: #0508b8;
	border-left-color: #0508b8;
	border-right-color: #0508b8;
	padding-left: 10px;
	margin-bottom: 10px;
}
#archives h3 {
	font-size: large;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0508b8;
	border-bottom-color: #0508b8;
	border-left-color: #0508b8;
	border-right-color: #0508b8;
}
#archives ul li {
	text-align: left;
/*	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #0508b8;
	padding-left: 10px;
*/	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: disc;
}
#maincontent {
	height: 300px;
}
