body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}

h1 {
	font-size:20px;
	font-weight:bold;
}
h2 {
	font-size: 16px;
	font-weight:normal;
}
.clickable {
	cursor:pointer;
	cursor:hand;
	text-decoration:
	underline;
	color:#333333;
}