#errorNum {
	bottom:-35px;
	color:#F1F1F1;
	font-family:trebuchet MS;
	font-size:155pt;
	font-style:italic;
	font-weight:bold;
	position:absolute;
	right:20px;
}

#errorTitle {
	color:gray;
	font-family:trebuchet MS;
	font-size:24pt;
	font-style:italic;
	font-weight:bold;
}

#errorMsg {
	color:#333333;
	font-size:16px;
	padding:20px;
}

a { color:darkred; text-decoration:underline; }