body {
	background-color: #FFFFFF;
}
body, div, td, p {
	font-family: Verdana;
	color: #000000;
}
body {
	font-size: 0.75em;
}
td {
	font-size: 0.75em;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 1.6em;
}
h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.5em;
	color: #9FBEFF;
}

div.tip {
	margin-bottom: 8px;
	background-color: #FFFFFF;
	text-align: justify;
	font-size: 0.8em;
}