body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: justify;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF2429;
}
a:active {
	text-decoration: none;
	color: #04FB23;
}
.left {
	text-align: left;
}
.red {
	color: #FF0000;
}
.centre {
	text-align: center;
}
.redact {
	background-color: #000;
}
.border {
	border: thin solid #FFAEAE;
	padding: 4px;
	background-color: #F7F7F7;
}
.border_left {
	border: thin solid #FFAEAE;
	padding: 4px;
	background-color: #F7F7F7;
	text-align: left;
}
.block {
	background-color: #F5F5F5;
	margin-left: 9px;
}
