/* 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 */
/* 24 June 2010 - container for index page set up, image src taken out of style sheet */
BODY
{
	background-color: white;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
	margin: 25px;
	width: 600px;
}


img { border: 0; }
H2 { color: #000099; }

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

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

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

.soft
{
	color: maroon;
	font-size: small;
	font-family: Times, serif;
	font-weight: normal;
}

.wide { letter-spacing: 20px; }
.wider { letter-spacing: 30px; }

.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; }

.plug
{
	margin: 10px;
	border-color: gray;
	border-width: thin;
	padding: 5px;
	border-style: dotted;
	text-align: center;
	font-size: x-small;
}

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

A.ex1:link
{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

A.ex1:visited
{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

A.ex1:active
{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

A.ex2:link
{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: black;
}

A.ex2:visited
{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

A.ex2:active
{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: black;
}

A.ex2:hover
{
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: red;
}

TH.ex3 { font-size: xx-small; }
TD.ex3 { font-size: xx-small; }

A.ex3:hover
{
	text-decoration: none;
	color: red;
}
