body {
	background-color: #fff;
	color: #555;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
}

table {
	font-size: 100%;
}
img {
	border: 0px;
}
a {
	color: #09c;
	text-decoration: underline;
}
a:visited {
	color: #369;
}
a:hover {
	color: #369;
}

h1 {
	font-size: 120%;
}
h2 {
	font-size: 14px;
	margin: 0px;
	display: inline;
        font-weight: normal;
}
h3 {
	font-size: 12px;
	margin: 0px;
	display: inline;
        font-weight: normal;
}
strong {
	font-size: 12px;
	margin: 0px;
	display: inline;
        font-weight: normal;
}
p {
	text-align: justify;
	margin-bottom: 1em;
	margin-top: 0px;
}