html,body {
	background-color: #fff;
	color: #000;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0px;
	height: 100%;
	width: 100%;
}
a { text-decoration: none; }
	a:link { color:#000; }
	a:visited { color:#000; }
	a:active { color:#d00; }
	a:hover { color:#d00; }
h1{
	font-size: 21pt;
	font-family: Comic Sans MS, Tahoma, Arial;
	font-weight: normal;
	text-align: center;
	color: #f03;
}
h2 {
	font-size: 15pt;
	font-family: Comic Sans MS, Tahoma, Arial;
	font-weight: normal;
	text-align: center;
	font-style: oblique;
	color: #000;
}
h3 {
	font-size: 13pt;
	font-family: Comic Sans MS, Tahoma, Arial;
	font-weight: normal;
	text-align: center;
	color: #000;
}
h4 {
	font-size: 11pt;
	font-family: Comic Sans MS, Tahoma, Arial;
	font-weight: normal;
	text-align: center;
	color: #000;
}
p {
	font-family: Tahoma;
	font-size: 11pt;
	line-height: 130%;
	text-align: justify;
	text-indent: 1.25cm;
	color:#000;
	margin: 5px 0;
}
div {
	font-family: Tahoma;
	font-size: 11pt;
	color:#000;
}
ul {
	font-family: Tahoma;
	font-size: 11pt;
	text-align: justify;
	color:#000;
	margin: 10px 5px;
}
li {
	font-family: Tahoma;
	font-size: 11pt;
	text-align: justify;
	color:#000;
	margin: 10px 5px;
}
table {
	font-family: Tahoma;
	font-size: 11pt;
	text-align: justify;
	color:#000;
	margin: 10px 5px;
	background-color: transparent;
	border: 0px none #ccc;
}
img {
	border: none;
	margin: 0px;
}

