/* DEFAULT TEXT STYLES */
body {
	font:12px Helvetica, Arial, FreeSans, sans-serif;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:10px;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.8em;
}

h3 {
	font-size:1.6em;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size:1.2em;
}

p,h1,h2,h3,h4,h5 {
	margin-bottom:1em;
}

article,aside,dialog,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

a {
	text-decoration:none;
}

img {
	border: 0;
}