body {
 text-align: center;
 color: #fff;
 background: #000;
 font-family: Arial;
 font-size: 80%;
 margin: 0;
}
a, a:link, a:visited {
	color: #ffa;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover {
 text-decotion: underline;
 background-color: #444;
}
a.play {
 padding: 2px 5px 2px 5px;
 border: 1px solid #555;
 margin: 5px 0 0 0;
}
h1 {color: #fff; font-size: 400%; text-align: left; text-transform: uppercase; margin: 0 0 5px 0}
h2 {color: #eee; font-size: 140%; text-align: left; text-transform: uppercase; margin: 0 0 5px 0;}
h3 {color: #eee; font-size: 100%; font-weight: bold; text-transform: uppercase; margin: 0 0 5px 0;}

ul {
 margin: 0;
 padding: 0;
 list-style-type: none;

}
ul li {
 border-bottom: 1px dashed #555;
 padding: 5px 0 5px 0;
 font-size: 85%;
}
div.date {
 color: #555;
 width: 60px;
 float: left;
}
div.body {
 width: 85%;
 float: left;
}
div.collapse {
 display: block;
}
div.clearer {
 clear: both;
}
div.content {
 margin: 20px auto;
 max-width: 500px;
 text-align: justify;
 border-bottom: 2px solid #eee;
 border-top: 5px solid #fff;
 padding: 20px;
}
a img {
	border: none;
}
.thumb {
 width: 120px;
 height: auto;
}
.alt { display: none; }