body {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 12px;
}
.error {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.title {
	font-family: "Times New Roman" times, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.message {
	font-size: 9px;
	font-style: italic;
}
