@charset "utf-8";
/* CSS Document */

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FE83FF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.mike:link {
	color: #FE83FF;
	text-decoration: none;
}
a.mike:visited {
	text-decoration: none;
	color: #FE83FF;
}
a.mike:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.mike:active {
	text-decoration: none;
	color: #FE83FF;
}

.menutext {
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	padding-top:5px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #808080;
	padding-top:5px;
	font-weight: bolder;
	}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: magenta;
	padding-top:5px;
	font-weight: bolder;
}
