#formal
{
	font-family:Arial;
	border:2px solid gray;
	background-color:silver;
	color:purple;
	width:250px;
}

#informal
{
	font-family: lucida handwriting;
	border:10px;
	background-color:blue;
	color:yellow;
	width:300px;
	text-align: center;
}