<html>
<head>
 <title>File Not Found (404)</title>
 <style>
	body{
		color:#444;
		background-color:white;
		font-size:12px; 
		line-height:18px; 
		font-family:Arial, Helvetica, sans-serif;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
	}

	h1, h5 {
		display:block;
		color: #6e6F71;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}

	h1 { font-size: 38px; line-height: 54px; letter-spacing:-0.03em; margin-top:8px; margin-bottom: 10px; }
	h5 { font-size: 16px; line-height: 18px; }


	a {
		color: #5B833A;
	}

	a:hover {
		color: #00AFDA;
	}
	ul li {
		padding-top: 12px;
		font-size: 18px;
	}
 </style>
</head>
<body>
 <h1>This page no longer exists!</h1>
 <h5>Try one of these links to get where you want to go:</h5>

 <ul> 
  <li><a href="http://www.ctuit.com/">Ctuit Home Page</a></li>
  <li><a href="http://www.ctuit.com/dashboards/">Dashboards for Restaurants</a></li>
  <li><a href="http://www.ctuit.com/reporting/">Restaurant Management Analytics</a></li>
  <li><a href="http://www.ctuit.com/manager-log/">Restaurant Manager Log</a></li>
  <li><a href="http://www.ctuit.com/inventory/">Inventory Software for Restaurants</a></li>
  <li><a href="http://www.ctuit.com/recipe-costing/">Restaurant Recipe Costing and COGS</a></li>
  <li><a href="http://www.ctuit.com/labor-scheduling/">Restaurant Labor Scheduling</a></li>
  <li><a href="http://www.ctuit.com/contact/">Contact Ctuit Software</a></li>
 </ul>

</body>
</html>