/* CSS Document */

body,td,th {
	font-weight: bold;
}
body {
	background-color: #000000;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.homepagetext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.homepagetextbig{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
.footerlinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FECCCB;
}
.hometext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCCCCC;
	font-weight:normal;
}
#popover p{
	color:#000000;
}

