/*	Default style	*/
body {
	background-color: #eceeff;
	padding: 1cm;
}
div {
	background-color: #feffea;
	padding: 5mm;
	border-style: dashed;
	border-width: 4px;
	border-color: #d8dbaa;
}
p {
	text-align: left;
	font-family: arial;
	font-size: 12px;
}
h1 {
	text-align: left;
	font-family: arial;
	font-size: 24px;
	font-style: bold;
}
img {
	border-width: 0px;
	}
ul {
	font-family: arial;
	font-size: 12px;
}
#left {
	text-align: left;
}
#right {
 text-align: right;
}
