.name {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

.content {
	font-family: Tahoma;
	font-size: 12;
	font-weight: normal;
	color: #000000;
}

.link_name {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.link_name:hover {
	text-decoration: underline;
}

.sponsor_header {
	font-family: Tahoma;
	font-size: 14;
	font-weight: bold;
	color: #000000;
}

.sponsor_content {
	font-family: Tahoma;
	font-size: 12;
	font-weight: normal;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

.externeLinks {
	font-family: Tahoma;
	font-size: 12;
	font-weight: normal;
	color: #3E697B;
	text-decoration: none;
}

.externeLinks:hover {
	text-decoration: underline;
}

.news {
	font-family: Tahoma;
	font-size: 12;
	font-weight: normal;
	color: #3E697B;
	text-decoration: none;
}

.news:hover {
	text-decoration: underline;
}




