td	{
		font-family: sans-serif;
		font-size: 11px;
		color: #404040;
	}

a {
		color: #4C2929;
	}

a:hover {
		color: #FF0000;
}

.menu {
		font-family: sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
	}

.menu:hover {
		text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4C2929;
}

.news {
		font-family: sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #000000;
}