.List, .ListHeader, .ListFooter, .ListQuestion, .ListAnswer, .ListLink
{
	font-family: Arial;
	font-size: 12px;
}	

.List
{
	border: solid 0px Black;
}

.ListAltItem
{
	background-color: white;
}

.ListHeader, .ListFooter
{
	background-color: Black;
	color: White
}

.ListQuestion
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

.ListAnswer
{
	background-color: lightyellow;
	color: black;
}

A:Link.ListLink, A:Visited.ListLink, A:Active.ListLink
{
	color: Red;
	text-decoration: none;
}

A:Hover.ListLink
{
	text-decoration:	underline;
	color:	Red;
}
	