body, td {
	color: white;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

.main {
}

.main .title {
	color: #7184C2;
	font-size: 14px;
	font-weight: bold;
}

.main .heading {
	color: #7184C2;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.main a {
	color: #E1CBA4;
	text-decoration: underline;
}

.main a:hover {
	color: #F2E5CE;
	text-decoration: underline;
}

.main .author {
	font-size: 80%;
}

.main .date {
	font-size: 80%;
	font-style: italic;
}

.links {
	padding: 5px;
	padding-bottom: 0px;
}

.links .title {
	color: #7184C2;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.links .item {
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 10px;
	padding: 0px;
}

.links ul.item {
	display: block;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.links a {
	color: #E1CBA4;
	text-decoration: none;
}

.links a:hover {
	color: #E1CBA4;
	text-decoration: underline;
}
