/*
CSS for spunky's kennel
*/

BODY 
{
	margin: 1em;
	margin-left: 10%;
	margin-right: 10%;
	background: #FFFFFF	url("http://www.sammson.com/spunky/images/paw_prints_bground.gif");
	background-attachment: fixed;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
}
SELECT
{
	font-size: 8pt;
	line-height: 8pt;
}

A
{
	text-decoration: underline;
	line-height: 1.4em;
}

A:link 
{
	color: #FF0000; 
}

A:visited 
{
	color: #0000FF; 
}

A:hover 
{
	color:#800080;
}

p
{
	margin: 1em;
	line-height: 1.4em;
}

DIV.textlinks
{
	margin: 0;
	line-height: 1.4em;
	font-size: 10pt
}

DIV.caption
{
	margin: 1em;
	line-height: .8em;
	color: #FF0000;
	font-size: .7em
}

DIV.indented
{
	margin: 1em;
	text-indent: 1.4em;
	line-height: 1em;
}

h1
{
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2
{
	font-size: 1.2em;
}

h3
{
	font-size: .9em;
}

DIV.default
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
}