/*  # for id and . for class - I don't know why I can't remember 
	id should be for one occurence on a page 						*/

/* DOM */

body {
	margin			: 0 1em;
	padding			: 1em 0;
	width			: auto;
	background		: #FFF;
	font-family		: Verdana, Arial, Georgia,  Helvetica, sans-serif;
	text-align		: justify;
	border-bottom	: groove #03C;
	font-size		: larger;
}

h1 {
	color		: #03C;
	text-align	: center;
}
/* Branding: brandXxx */

/* Content: contentXxx */

/* Navigation: navXxx */

/* State as in state of being - navigation basics on topics, not specific pages */

/* Multimedia */