@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, p {
	font-family: verdana, Helvetica, sans-serif;
	font-weight:  400;
	color:  #000;
}
h1 {
	font-size:  24px;
}
h2 {
	font-size:  20px;
}
h3 {
	font-size:  18px;
}
p, ul li {
	font-size: 16px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}

/*Home page:  News div */
.news {
	padding:  15px;
	text-align: center;
	background: #333C59;
	color: #fff;
	font-weight: 500;
	font-family: verdana, Helvetica, sans-serif;
}
.news h2, .news h3 {
	color: #fff;
	font-weight: 500;
}
.news p,
.news p a {
	color: #fff;
}