.topNav {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.topNav:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.text {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.text:hover {
	font-family: verdana;
	font-size: 11px;
	color: #BBB9BA;
	text-decoration: none;
}

.sideNav {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.sideNav:hover {
	font-family: verdana;
	font-size: 11px;
	color: #D41F90;
	text-decoration: none;
}

.mainHeadline {
	font-family: verdana;
	font-size: 15px;
	color: #B80405;
	text-decoration: none;
	font-weight: bold;
}

.mainHeadline:hover {
	font-family: verdana;
	font-size: 15px;
	color: #BBB9BA;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin-top: 0px;
	margin-left: 0px;
}
.tableBorder {
	border: 1px solid #666666;
}
