/* Standard HTML tags */
body {
	font: 62.5% Arial, Helvetica, sans-serif; /* 62.6% In order to make 1.6em = 16px and 0.8 em = 8px, etc */
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
p {
	margin: 0 0 1.3em 0;
	line-height: 1.3em;
}

/* Structure DIV tags */
#container {
	font-size: 1.2em;
	margin: 1.0em;
}

/* All Classes */
.clr {
	clear: both;
}