/* CSS Document */


.footer
{
	background-color: #fff;
	color: #000;
	font-size: 10px;

}

.design
{
	background-color: #fff;
	color: #800000;
	font-size: 10px;
	
}

#content
{
	color: #000;
	margin: 0 20px 0 20px;
	padding-left: 20px;
	padding-right: 10px;
}

h1
{
	color: #E4232F;
	font-size: 16px;
}

a:link
{
	color:#E4232F;
	font-style: bold;
	text-decoration: none;
	}

a:hover {

	text-decoration: underline;
}

li {

	list-style-image: url(images/arrowbullet.gif);
	line-height: 1.5em;
}