body {
	background-image: url(images/bg3.jpg);
	background-color: #535049;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
.news {
	border: thin solid #000000;
}.padit {
	margin: 0px 5px;
	padding: 0px 5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
ul {
	list-style-type: none;

}
li {
	padding: 1px;
}
h1 {
	font-size: 20px;
}
img {
	border: 0px none;
}
.align-right {
	float:right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 3px;
	padding: 0px;
}
.align-left {
	float:left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
}
.align-center {
	text-align: center;
}
