.error_title {
	/* 
	This is the error title on the 404.php page
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
	font-size : 13;
	margin-left : 10px;
	margin-right : 10px;
}

.error_des{
    /*
	This is the error description on the 404.php page
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13;
}
.error_links{
	/*
	This is the error links on the 404.php page
	*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13;
	color : Black;
	
}