/* =body Define main parametres */
body {
	font-family: helvetica,arial,sans-serif;
	font-size: 0.8em;
	color: #000;
}

/* =p Define paragraph */
p {
	font-size: 1.1em;
	font-wieght: bold;
}

/* =h Define headers */
h1 {
	font-size:2em;	
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.7em;
}

/* #container Container hold all page idems */
#container {
	padding: 20px;
}