h1	{
	color: #036;
	margin: 5px 0px;
	font-weight: normal;
	font-size: 25px;
	}
p	{
	color: #666;
	width: 350px;
	font-size: 13px;
	}
td	{
	color: #666;
	width: 350px;
	font-size: 13px;
	}
.name	{
	font-size: 17px;
	background: #FFF;
	color: #339;
	}
a	{
	background: #FFF;
	color: #339;
	text-decoration: none;
	}
a:hover	{
	background: #FFF;
	color: #69C;
	text-decoration: underline;
	}
	
