/* CSS Document */

body { margin:0px; padding:0px; 

 font : "Times New Roman", sans-serif;
 font-size : 12px;
 background : #FFF8EA;
}
.tab{
	border : 1px #000026;
	width : 100%;
	margin-left : 0px;
	
}
a.red {
	color : Red;

}
.lmenu{
	background : #FFD999;
}
.postnaz{
	font : bold 10px;
	text-align : left;
	color : #483D8B;
}
h1{
	font : normal bolder;
	color : #FFC03C;
	padding : 2px 0 0 10px;
	font-size : 12px;
}
h2{
	font : normal bolder;
	color : #FFC03C;
	padding : 2px 0 0 10px;
	font-size : 10px;
}
h3{
	font : normal bolder;
	color : #FFC03C;
	padding : 2px 0 0 10px;
	font-size : 10px;
}
h4{
	font : normal bolder;
	color : #FFC03C;
	padding : 2px 0 0 10px;
	font-size : 10px;
}
.post{
	font : bold 10px;
	text-align : right;
	padding : 0px 20px;
	color : #565656;
}
.str{
	text-align : center;
	font-size : 12px;
}
.tagsmap{
	width : 500px;
	height: 200px;
	left : 5px;
}
li{
	font-size : 10px;
}
p{
	font-size : 12px;
}
a{
	color : #0480CE;
}
.tit{
	font-weight : bolder;
}
.cont{

	background : #FFF3DB;

}
.footer{
	background : #FFAD22;
}
hr{

	color : #FFF8EA;
	height : 3px;
	background : #FFF8EA;
	margin-left : -2px;
	width : 180px;
}
.key{
	width : 400px;
	left : 5px;
}
.txt{
	font-size : 12px;
}