body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	color: #DDD;
	text-decoration: none;
	text-align: justify;
}
body A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
body A:HOVER {
	color: #FFF;
	background-color: #555;
	text-decoration: none;
}
img {
	border: 0px;
}
hr {
	height: 1px;
	border-style: none;
	background-color: #AAA;
	width: 35%;
}
.title {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	letter-spacing: 8pt;
	margin-left: 20%;
	margin-right: 20%;
}
.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
}
.rss_preview {
	display: block;
	background-color: #ddd;
	padding:1px 20px;
	color: #000;
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}
.rss_preview a, .rss_preview a:hover, .rss_preview a:visited, .rss_preview a:active {
	color: #00f;
	text-decoration: underline;
	background-color: #ddd;
}
.content {
	display: block;
	margin-left: 20%;
	margin-right: 20%;
	background-color: #333;
	padding:1px 20px;
}
.underline {
	text-decoration: underline;	
}
.strike{
	text-decoration: line-through;
}
