BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: White url(/i/decor/top_card_bg_dao-de-zin.gif) no-repeat center top;
	overflow: auto;
	overflow-y: scroll;
}
IMG, TABLE {
	border: 0;
}
BODY, TD, P, DIV, LI, DD, DT {
	font-size: 12px;
}
FORM {
	margin: 0;
	padding: 0;
}

.deck DIV {
	background: url(/i/cards/card.gif) no-repeat right top;
	padding: 1px 1px 0 0;
}
DIV.card {
	width: 33px;
	height: 46px;
	background: url(/i/cards/card.gif);
	padding: 5px 0;
	margin: 10px;
	float: left;
}

.topMenu, .topMenu * {
	color: White;
}
.topMenu SPAN {
	display: inline-block;
	float: left;
	margin-right: 8px;
}
.topMenu SPAN.selected {
	color: #ffea00;
}
A {
	color: #0b55ff;
}
A:visited {
	color: #336699;
}
.topMenu A:visited {
	color: #ffffff;
}
.topMenu .selected A:visited {
	color: #ffea00;
}
A:hover {
	color: #ff0000;
}


H1, H2, H3, H4, H5, H6 {
	margin: 5px 0 3px 0;
	padding: 0;
}
H1 {
	font-size: 25px;
	font-weight: normal;
}
H2 {
	font-weight: normal;
	font-size: 20px;
}
H3 {
	font-weight: bold;
	font-size: 17px;
}
H4 {
	font-weight: bold;
	font-size: 14px;
}
H5 {
	font-weight: bold;
	font-size: 12px;
}
H6 {
	font-weight: bold;
	font-size: 10px;
}

.links A {
	font: 10px Tahoma, Verdana, Geneva, Arial;
	display: block;
	padding-bottom: 3px;
}

LI {
	margin-bottom: 10px;
}
LI SPAN {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.topMenu INPUT {
	border: 0;
	border-right: 1px solid white;
	border-left: 1px solid white;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: Gray;
	margin-bottom: 1px;
	width: 100px;
}
.topMenu BUTTON {
	border: 0;
	color: Gray;
	background-color: #e0e0e0;
	font-size: 10px;
}

.fTahoma {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.f10 {
	font-size: 10px;
}
.f11 {
	font-size: 11px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f15 {
	font-size: 15px;
}
.f16 {
	font-size: 16px;
}

.postPage {
	display: inner-block;
	border: 1px solid silver;
	margin: 1px;
	padding: 1px 3px;
	background-color: #eeeeee;
}
.pSelected {
	border-color: White;
	background-color: #eeeeee;
	color: Black;
}

.tags A:HOVER {
	text-decoration: underline;
}

.bl1 {
	text-decoration: line-through;
}

.blogComment {
	border-left: 2px solid silver;
	border-bottom: 1px solid #f0f0f0;
	padding: 10px;
}

.sape {
	font-family: Tahoma, Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.inLink {
	text-decoration: none;
	border-bottom: 1px dashed #336699;
}

.displayNone {
	display: none;
}