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

.main {
}

.main .title {
	font-size: 14px;
	font-weight: bold;
}

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

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

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

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

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

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

.links .title {
	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: white;
	text-decoration: none;
}

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

.calendar {
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 0px;
	
	text-align: center;
}

.calendar .month {
	color: #C3A66C;
	font-size: 14px;
	font-weight: bold;
}

.calendar .day {
	font-weight: bold;
	height: 18px;
	text-align: center;
	width: 16px;
}

.calendar .date {
	background-color: #222222;
	text-align: right;
	width: 16px;
}

.calendar .date a {
	background-color: #444488;
	color: white;
	display: block;
	text-decoration: none;
	height: 16px;
	width: 16px;
	
}

.calendar .date a:hover {
	background-color: #BBBBFF;
	color: #000000;
	text-decoration: none;
	height: 16px;
	width: 16px;
}
