a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF2200;
	text-decoration: underline;
}
a:active {
	color: #FF4400;
	text-decoration: underline;
}
.titulo {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
}
.texto {
	font-size: 8pt;
}
.menu {
	font-size: 16pt;
	font-weight: bolder;
	font-variant: small-caps;
}
table,td {
	font-size: 8pt;
}
h2 {
	font-size: 12pt;
	font-variant: small-caps;
	text-align: left;
}
img {
	border:none;
}
.storytitle {
	font-weight: bold;
	font-size: 12pt;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}
.storycontent {
	text-align: justify;
	font-size: 13px;
	color: #999999;
}
.comment {
	background-color:#191919;
	margin: 10px;
	padding: 10px;
	padding-bottom: 2px;
}
.blog {
	width: 740px;
	vertical-align:top;
	padding-right: 8px;
}
.sidebar {
	vertical-align:top;
	width: 160px;
	background-color: #191919;
	padding: 6px;
	margin: 6px;
}
.side {
	vertical-align:top;
	background-color: #191919;
}
.search {
	border:0px;
	font-family: Trebuchet MS, Tahoma;
	font-size:8pt;
}
.submit {
	background-color:#333333;
	color:#CCCCCC;
	border:0px;
	font-family: Trebuchet MS, Tahoma;
	font-size:8pt;
}
li {
	list-style:none;
}
.feedback {
	text-align:left;
	font-size:12pt;
	font-weight:bold;
	font-variant:small-caps;
}
.tt {
	border: 0px;
}