h1
{
	color: brown;
	font-weight: bold;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
}

a
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover
{
	text-decoration: underline;
}

img
{
	background: #FFFFFF; 
	width: 250px; 
	vertical-align: top;
}

.menu
{
	color: brown;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.news
{
	color: black;
	text-align: justify;
	width: 300px;
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	padding-left: 8px;
}

#newstitle
{
	color: black;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#newsdate
{
	color: grey;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

#newsbody
{
	font-size: 14px;
}

#newsbox
{
	width: 300px;
}
	
	
