BODY {
	color : black;
}

TD {
	font-family : Arial, Helvitica, sans-serif;
}

A:link {
	color : navy;
	text-decoration : none;
}

A:visited {
	color : purple;
	text-decoration : none;
}

A:active {
	color : yellow;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}

/* demcc */
.d {
	font-family : "Andale Mono", "Courier New", Courier, mono;
	color : teal;
	font-weight : strong;
}

.c {
	font-family : "Andale Mono", "Courier New", Courier, mono;
	color : gray;
}

.com {
	font-family : "Arial Narrow";
	color : gray;
}

/* demfont */
.df {
	font-family : "Andale Mono", "Courier New", mono;
}

/* demccsilver */
.ds {
	font-family : "Andale Mono", "Courier New", mono;
	color : silver;
	font-weight : bold;
}

H1 {
	margin-bottom : -1.5%;
}

H3 {
	margin-bottom : 0;
}

P.Categories {
}

P.Categories_sel {
	background : yellow;
	font-weight : bold;
}

P.Types {

}

P.Types_sel {
	background : yellow;
}

P.Generics {

}

P.Generics_sel {
	background : yellow;
}


div.imgc {	// for image 'choice', for the back-end update section
# these don't	border-width-top : 1;
# work		border-width-bottom : 1;
#	background : gray;    (this was just to show it works)
}