body {
	margin: 0px;
	padding: 0px;
	font: 0.8em verdana,arial,sans-serif;
}
div {
/*	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
*/
}
p {
	margin: 10px 0px 10px 0px;
}
.clickable {
	cursor: pointer;
	cursor: hand;
}

a:link {
	color: white;
}
a:active {
	color: red;
}

a:hover {
	color: red;
}

a:visited {
	color: grey;
}
