html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}

* {
	outline: none;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






#login_error{
text-align:center;
}





.news_content{
	padding:  0 0 5px;
}

.news_content p{
	text-align:justify;
}

.news_content h2{
	font-size: 20px;
	font-family:Arial;
	font-weight:100;
}

.news_content a:link{
	text-decoration: none;
	color:#12b2ad
}

