/*
 * breikki
 * Content style sheet (content.css)
 *
 * (C)1999, Olli Rantapuska & Teemu Koski
 *
 */

A:active { color: red; background: white; }		/* Active links */
A:visited { color: gray; background: white; }		/* Visited navigation link */
A:link { color: #2C4964; background: white; }

BODY {
	color: black;
	background: white;
}
H1 {
	color: #2C4964;
	background: white;
}
H2 {
	color: #2C4964;
	background: white;
}
TD.Content {				/* Page body text cell */
	vertical-align: top;
}
TD.Footnote {
	font-style: italic;
	font-size: 80%;
}
