
@import "advanced.css";
 
body {
	margin: 0px;
	padding-left: 10%;
	padding-right: 10%;	
	border: 0px;
	font-family: TheSans B4 SemiLight, TheSansOffice, Lucida Sans Std, Lucida Grande, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-style: normal;
	font-family: TheSans B4 SemiLight, TheSansOffice, Lucida Sans Std,  Lucida Grande, sans-serif;
	font-weight: normal;
}

p {
	margin-top: 0px;
	margin-bottom: 8px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
	border: 0px;
	margin: 0px;
	padding: 0px;	
}

li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

textarea {
	font-family: Lucida Sans Typewriter Std, monospace;
	font-size: 13px;
}

pre {
	font-family: Lucida Sans Typewriter Std, monospace;
	font-size: 13px;
}

input {
	font-family: Lucida Sans Std, sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}