	body
	{
		font-family: Arial, serif;
		font-size: 16px;
	}
		.button
		{
			padding: 5px;
			background: #f66921;
			font-family: verdana;
			font-size: 18px;
			border: 2px solid #fff;
		}
		a
		{
			text-decoration: none;
			color: #40A;
		}
		a:visited
		{
			text-decoration: none;
			color: #40A;
		}
		a:hover
		{
			text-decoration: none;
			color: #FFF;
		}
