body {
	background: #6d6d6d;
	font-family: 'helvetica neue', helvetica, sans-serif;
	font-size: 8pt;
}

h2 {
    font-family: georgia, serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1.4px;
	padding-bottom: 10px;
}

p {
	line-height: 8px;
}

ul {
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 15px;
	padding-left: 0px;
}

li {
	padding-bottom: 10px;
}

ul.luvvin {
    list-style: none;
    margin-left: 10px;
    padding-left: 10px;
}

ul.luvvin li {
    text-indent: -20px;
}

ul.luvvin li:before {
    font-size: 85%;
    content: '\2661\0020';
    margin-right: 10px;
}

ul.luvvin li span.date {
    font-size: 85%;
    display: block;
    width: 220px;
    margin-left: 22px;
}

.container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.boxes {
	position: relative;
	width: 100%;
	margin-top: 20%;
	vertical-align: middle;
	color: #d4ec2e;
	overflow: hidden;
}

.boxes a {
	color: #d4ec2e;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #8E9D26;
}

.boxes a:hover {
	border-bottom: 1px solid #ffffff;
}

.box-left, .box-middle-left, .box-middle-right, .box-right {
	width: 150px;
	padding: 10px;
	float: left;
}

.box-left {
	width: 220px;
	text-align: right;
}

.box-middle-left {
	width: 220px;
	text-align: left;
	border-left: 1px dotted #494949;
}

.box-middle-right {
	width: 220px;
	text-align: left;
	border-left: 1px dotted #494949;
}

.box-right {
	width: 220px;
	text-align: left;
	border-left: 1px dotted #494949;
}
