body {
	margin: 0px;
	font-family: verdana, lucida;
	font-size: 12pt;
	background: #3398cc;
	color: #444444;}

.top-bar {
	padding: 3px;
	font-family: verdana, lucida;
	font-size: 12pt;
	border-bottom: 1px solid #444444;
	background: #2287bb;
	font-weight: bold;
}

.center {
	text-align: center;
}

.article, .news {
	margin: 0 100 0 100;
}
.news {
	padding-bottom: 10;
	border-bottom: 1px solid #777;
}

.text, .article, .news, .center {
	font-family: verdana, lucida;
	font-size: 12pt;
	color: #000000;
}

a {
	font-family: verdana, lucida;
	color: #bcd;
	text-decoration: none;
}
a:hover {
	color : #def;

}
.text, .article {
        text-align : justify;
}
