.content {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

.error {
	font-family: Arial;
	font-size: 16px;
	color: #D00000;
	}

.content a:link {color: #EB0000; text-decoration: none; font-size: 16px;}	/* unvisited link */
.content a:visited {color: #EB0000; text-decoration: none; font-size: 16px;}	/* visited link */
.content a:hover {color: #EB0000; text-decoration: none; font-size: 16px;}	/* selected link */
.content a:active {color: #EB0000; text-decoration: none; font-size: 16px;}	/* mouse over link */