/* CSS Document */

#sales h1
{
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 1.5em;
}

#sales h2
{
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
	background: none;
	margin-top: 3px;
	margin-bottom: 0.8em;
}

#sales h3
{
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	text-align: center;
	line-height: 1.1em;
	color: red;
	text-transform:	none;
	margin-bottom: 0.8em;
}

#sales h4
{
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;	
	text-align: left;
	color: red;
}

#sales p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#sales ul li
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 5px;
}

#sales ul ol
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#button a{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 10px 25px 0 0;
	width:75px;
	float:left;
	background-color: #7aa22f;
	padding: 5px;
	color: #fff;
}

#button a:hover{
	background-color: #363b73;
}	


