.articl{
}

.pagination{
	clear: left;
	text-align: center;
	padding: 5px;
	border-top: 1px solid #555555;
}

.block{

}
	.block .title{
		line-height: 20px;
		font-size: 14px;
		border-bottom: 2px solid #555;
	}
	
	.block .body{
		margin:10px 0px 40px 0px;
		background-color: #FFF;
	}
	
	
	.block ul{
		margin-left: 15px;
		list-style-type: square;
	}
		.block ul li{
			padding: 3px 0px 3px 0px;
		}
			.block ul li a{
				text-decoration: none;
			}

.about, .about .body{
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	background-color: #696969;
}
	.about, .about .body img{
		margin: 10px 5px 5px 0px;
	}
	.about, .about .body p{
		margin: 5px;
	}

h1 a{
	text-decoration: none;
}

.bottomLink{
	text-align: center;
	padding: 5px;
	border:1px solid #000000;
	background: #515151;
	color:#FFF;
	margin-bottom: 50px;
}
	.bottomLink a{
		color:#FFF;
		text-decoration: none;

	}

.user{
	margin-bottom: 10px;
}	
	.user .comment{
		padding-top:5px;
	}


