html { min-height: 100%; margin-bottom: 1px; }

a {
	text-decoration: none;
	color: #BA2838;
}
a:hover {
	text-decoration: none;
	color: #E78095;
}

a.listing {
	text-decoration: none;
	color: #ffffff;
}
a.listing:hover {
	text-decoration: none;
	color: #BA2838;
}

a.caftop {
    size: 1.0em;
    font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
a.caftop:hover {
	text-decoration: none;
	color: #BA2838;
}

body {
	font-family: arial, helvetica sans serif;
}

#titletop {
color: #ffffff;
font-size: 16;
font-weight: bold;
align: center;
width: 400;
}
#titletopdark {
color: #042EE3;
font-size: 16;
font-weight: bold;
align: center;
width: 400;
}