html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}


body {
	background-color: #E3E3E3;
	color: #333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

.date, .info {
	margin-bottom: 8px;
}

li a {
	display: block;
	padding-left: 50px;
	margin-left: 100px;
}

cite, em, i, .date, li {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

a {
	color: #800039;
	outline: none !important;
	text-decoration: none;
}

a:hover {
	padding-left: 53px;
}

#frame {
	border: 10px solid #E3E3E3;
	background-color: #FFF;
	padding: 40px 0;
}

#container {
	width: 300px;
	margin: 0 auto;
}

#container img {
	margin-left: 25px;
}

.item {
	margin-top: 28px;
	border-top: 1px dotted #BBB;
	padding-top: 4px;
}