.h0 {
	font-size: 10px;
	color: #FFFFFF;
}
.h1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.h2 {
	font-size: 10px;
	color: #000000;
}




/***** Links *****/

a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
a img {border: none;/*remove border for linked images*/}

/***** Clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
#contentNoti {
	width: 680px;/* center the page in Firefox */
	text-align: left;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: auto;
}

    #posts {
        padding: 0;
        margin: 0;
    }
    #posts li {
	width: 670px;
	border: 1px solid #F3F3F3;
	background-color: #FFFFFF;
	background-image: none;
	float: left;
	clear: both;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    }
    #posts a {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
    }
    #posts img {
	display: block;
	float: left;
	padding: 4px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
    }
    #posts h1 {
	padding: 5px 0 0 0;
	margin: 0;
	color: #003366;
	font-family: Tahoma, Verdana;
	font-size: 13px;
    }
    #posts p {
        margin: 0;
        padding: 0 0 10px 0;
    }
.h4 {
	font-size: 10px;
	color: #000000;
}
