* {
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	background: #e7e8e5;
}

a { text-decoration: none; }

ul {
	list-style-type: none;
}

.clear { clear: both; }

p {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	padding-top: 15px;
	line-height: 109%;
}

p.intro {
	font-size: 14px;
}

img {
	border:0;
}