/* Main style sheet for http://kgraff.net */
/* designed February 2004 */
/* updated 2 March 2004 by Kathy Graff */
/* 25 March 2004 - added anchor classes for example 7 */
/* 6 January 2005 - added class for front page */
/* 12 February - changes for new web site */
/* 9 June 2006 - adapted for high school reunion site */
BODY
{
	background-color: white;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	margin: 25px;
	width: 600px;
}

img { border: 0; }

A:link
{
	color: #000099;
	font-weight: bold;
}

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

A:active
{
	color: maroon;
	font-weight: bold;
}

.nav
{
	font-size: x-small;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background-color: #CCCCCC;
}

.footer
{
	font-size: x-small;
	text-align: center;
}

.lite
{
	color: gray;
	font-size: x-small;
}

.indent { margin: 10px 0 10px 20px; }

.attn
{
	margin: 10px;
	border-color: #000099;
	border-width: thin;
	padding: 10px;
	border-style: dotted;
	text-align: left;
	font-size: small;
}
