a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;

}
a:hover {
	color: blue;
	text-decoration: underline;

}
a:active {
	color: blue;
	text-decoration: none;

}
body {
	font-family: Palatino Linotype;
}
td {
	font-family: Palatino Linotype;
}
.indbr {
	font-family: Palatino Linotype;
	font-size: 12pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 25pt;
	line-height:1,5em;
	margin-top: 1pt;
	margin-bottom:1pt;
}
.box {
	font-family: Palatino Linotype;
	font-size: 12pt;padding: 10px;
	border: 1px dashed #003399;
	background-color: #FFFFE7;
	text-align: center;
}
