div, img { behavior: none; }

.blog {
	overflow: scroll;
	padding: 15px 50px;
	height: 565px;
	background-image: url(/library/gui/blogback.png);
	background-repeat: repeat;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
}
 
.item {
padding:5px 0;
font-size: 12.5px;

}
.clear {
	clear:both;
	height: 1px;
	width: 100%;
}
.item h2{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;

}

.item a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
}

