
/* by selector */

body { 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background:  url(http://www.stansisson.com/images/bg.jpg) no-repeat #96ABA1;

	min-width: 878px;
	
	font-family: Palatino, serif;
	color: #4D0900;
}


h3, h2, h1, p, td, div, td.p {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	font-size:1em;
	line-height: 135%;
	font-family: Palatino, serif;
	color: #4D0900;
}

ul	{
	list-style: disc;
	margin: 0em 0em 0em .5em;   
}

li	{
	margin: 0em .5em 0em .5em;   
	font-size:1em;
	line-height: 130%;
}

a, a:link, a:visited {  
	text-decoration: underline; 
	color: #661200;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #901900;
}


/* by ID */
#content {
	margin-top:2em;
	margin-left:50px;
	margin-right:2em;
	clear:right;
}

#content p {
	margin-top:.25em;
	margin-bottom:.25em;
	padding-top:.25em;
	padding-bottom:.25em;
	font-size: 95%;
	line-height: 135%;
}

#contact {
	margin-top:2em;
	margin-left:50px;
}

/* by class */

.copyright {
	font-family: Palatino, serif;
	font-size: .7em;
	line-height: 1.2em;
	color: #6F5D10;
}

