* {
	padding: 0;
	margin:0;
	border:0;
}

body {
	background-color: #f9f5c5;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
	line-height: 15px;
}

h2 {
	font-weight: bold;
	font-size: 12px;
}

a, a:visited {
	text-decoration: none;
	color: #003;
	
}
a:hover {
	text-decoration: underline;
}

img {
	float: left;
	padding: 10px;
}

p {
	*height: 35px;
	min-height: 35px;
}

