/* "floral" sheet for http://kgraff.net */
/* designed March 2004 */
/* updated 3 March 2004 by Kathy Graff */
BODY
{
	background-color: #CC0000;
	font-family: "Avant Garde", Skia, "Officinia Sans", serif;
	font-size: medium;
	margin: 50px;
	background-image: url(graphics/tulips.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}

img { border: 0; }
TD { background-color: white; }

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

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

A:active { color: yellow; }

.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;
	background-color: white;
}

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

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