.news
{
    margin: 2em auto 2em auto;
}

.newsBody
{
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.newsHeader
{
	margin-top: 1em;
    padding-left: 40px;
    background-image: url(news.png);
	background-repeat: no-repeat;
}

.newsDate
{
}

.newsTitle
{
	font-variant: small-caps;
	font-size: larger;
}

.newsText
{
}

.newsText a
{
}

.newsText a:hover
{
}

