a:link 		{  color: #3C271C; text-decoration: none}
a:visited 	{  color: #3C271C; text-decoration: none}
a:hover 	{  color: white; text-decoration: none}

body 
{
	font-family	: "Palatino Linotype";
	font-size	: 16px;
	color		: #3C271C; 
	background-color: #94325B;
	
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	
}

h1 
{
	font-family	: "Palatino Linotype";
	font-size	: 19px;
	color		: #3C271C; 
}

h2 
{
	font-family	: "Palatino Linotype";
	font-size	: 18px;
	color		: #3C271C; 
}

h3 
{
	font-family	: "Palatino Linotype";
	font-size	: 17px;
	color		: #3C271C; 
}


TD
{
	font-family	: "Palatino Linotype";
	font-size	: 15px;
	color		: #3C271C; 
}

textarea 
{
	font-family	: "Verdana";
	color		: #3C271C; 
}



ul 
{
	list-style-image: url("images/ul.gif")
}
