
.darkrow, .darkrow TD, .darkrow TH
{
	background-color:black;
	color:white;
}

.darkrow A:link{color:white}
.darkrow A:visited{color:white}
.darkrow A:active{color:red}

.greyrow, .greyrow TD, .greyrow TH
{
	background-color:lightgrey;
}

.greyrow A {text-decoration:none}
.greyrow A:hover {text-decoration:underline}

.headline, .headline TD, .headline TH
{
	font-family:Times;
	font-size:140%;
}

.headline A {text-decoration:none}
.headline A:hover {text-decoration:underline}



.redrow, .redrow TD, .redrow TH
{
	background-color:red;
	color:white;
}

.indexpane, .indexpane TD, .indexpane TH
{
	text-align:right;
}


.indexpane A:visited{color:blue}

.nounderline A {text-decoration:none}
.nounderline A:hover {text-decoration:underline}

.article, .article TD, .article TH
{
	font-family: Helvetica, Arial;
	font-size:100%;
}



