@CHARSET "ISO-8859-1";
body {
	background-color: #000000;
	font-family:verdana;
}

ul.article {
	list-style: none;
}

h2.title {
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	color:red;
	margin-bottom:5px;
	text-transform: capitalize;
	text-decoration: underline;	
}
.meta {
	border-bottom:1px dashed #33FF00;
	margin-bottom:1em;
}
span.time {
	color:#FFCC00;
}

a {
	text-decoration:underline;
	color:#00CCFF;
}
a:hover {
	text-decoration:underline;
	color:#00CCFF;
}
p {
	color:#666666;
	text-align: justify;
}

.see {
	color:red;
}

.content {
	
}