.title	{
		font-weight:bold;
		font-size:25px;
		text-align:center;
		}

P	{
	font-family:arial,helvetica,sons serif;
	font-size:15px;
	}

Body	{
		background-color:#EAE2C7
		}
.button	{
	font-family:arial,helvetica,sons serif;
	font-size:12px;
	color:#43523f;
	font-weight:bold;
	background-color:#b9c0a2;
	padding:6px;
	text-decoration:none;
	border-width:3px 3px 3px 3px;
	border-color:#43523f;
	border-style:outset;
	}