body
{
	margin: 0;
	padding: 0;
	font-family: georgia, palatino, times new roman, serif;
	color: #000;
	background: #e8d59c;
}

.main
{
	background: #e7dec2;
}

div, span, p, input, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  georgia, palatino, times new roman, serif;
    }
    
p	{
	margin-top: 0; padding-top: 0;
	line-height: 1.25em;
	}
	
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	16px;
	}
	
h5	{
	font-size:	13px;
	}
	
h6	{
	font-size:	11px;
	}

h1, h2, h3, h4, h5, h6
{
	font-family: georgia, palatino, times new roman, serif;
	font-weight: bold;
	color: #482619;
	background-color: transparent;
	margin: 5px 0 5px 0;
}

a	{
	color: #482619;
	text-decoration:	none;
	}

a:link
{
	color: #482619;
	background-color: transparent;
	text-decoration:	none;
}
a:visited	{
	color:	#482619;
	background-color: transparent;
	}
a:active	{
	color:	#482619;
	background-color: transparent;
	}
a:hover
{
	color: #482619;
	background-color: transparent;
	text-decoration: underline;
}

.copyright 
{
	font-size: 10px;
}
	
.blackhead {
	color:	#000;
	font-weight: bold;
	font-size: 14PX;
}

.hidden {
	color:	#333333;
	font-weight: bold;
	font-size: 14PX;
}


img
{
	/* turns off gaps around images */
	border-color: #000;
}

	