@import url(news.css);
@import url(h2o.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	padding-left: 20px;
}
p {
	padding-left: 30px;
	padding-right: 15px;
}


h1 {
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 30px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	background-position: center;
}

h3 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 5px 5px 0 12px;
}

div#content a {
	color: #fff;
}

div#content a:hover {
	color: #ccc;
}

div#content img {
	border: 1px solid #fff;
}

table.content {
	margin: 0 0 0 25px;
}

table.content tr td {
	vertical-align: top;
}

