/*  style sheet variation for http://kgraff.net */
/* designed March 2004 */
/* updated 3 March 2004 by Kathy Graff */
BODY
{
	background-color: black;
	font-family: courier,monaco,profont,fixed;
	font-size: small;
	margin: 25px;
	width: 700px;
	color: lime;
}

H1, H2, H3, H4, H5, H6
{
	font-size: small;
	font-style: normal;
	font-weight: normal;
}

img { border: 0; }

A:link
{
	color: fuchsia;
	font-weight: bold;
}

A:visited
{
	color: gray;
	font-weight: bold;
}

A:active { color: aqua; }
.nav { text-align: center; }
.footer { text-align: center; }
.lite { color: gray; }
.indent { margin: 10px 0 10px 20px; }
