body {
	font-family: verdana;
	font-size: 1em;
	margin:200px 0;
	color: #CCC;
	background-color: #333;
}
div{
	letter-spacing: .8em;
	padding:20px 100px;
	background-color: #285100;
	width:auto;
	height: 60px;
}
div:first-letter{
	font-size: 200%;
}
p{
	font-size: .8em;
	text-align: center;
}
a:link,a:visited{
	color: Orange;
}
a:hover{
text-decoration: none;
}

