body {
	background: #fff;
	color: #000;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
	margin: 0 auto;
	width: 440px;
	padding: 0;
	text-align: left; 
}

a	{
	color: #fd40ff; 
	text-decoration: none; 
	font-weight: bold; 
}
a:hover	{
	color: #fe83ff; 
}

h1, h2, h3	{
	font-family: "Trebuchet MS", Helvetica;
	margin: 7px; 
	color: #f60; 
	font-weight: normal; 
}
	h1	{
		font-size: 23px; 
		margin-top: 23px; 
		margin-bottom: 10px; 
	}

	h2	{
		font-size: 17px; 
		margin-top: 17px; 
		margin-bottom: 8px; 
	}
	h3	{
		font-size: 15px; 
		margin-top: 13px; 
		margin-bottom: 7px; 
	}
