body
{
	font-family: arial,helvetica;
	font-size: 11pt;
	background-color: #C5B8CC;
	font-weight: normal;
	width: 800px;
}

/*make the link purple*/
a.menu:link
{
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	color:#800080;
	}
	
a.menu:visited
{
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	
	}	

a.menu:hover
{
	font-weight: bold;
	font-size: 26px;
	text-decoration: none;
	color: #666666;
	}



p.left
{
	text-align: left;
	border-width: 2px 5px 10px 20px;
}
	


span.label
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;

	}