/* CSS Document */

body {
	background-color: #EAECC5;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	font-size:16px
}

.header {
	font-size: 60px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	text-align:center;
	color:#000000;
	background-color: #EAECC5
}

.strapline {
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-style:italic;
	text-align:center;
	color:#000000;
	background-color: #EAECC5
}

.content {
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
}

.header_sub {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bolder;
	font-style:italic;
	text-align:center;
	color:#000000;
	background-color: #EAECC5
}

.orange_page_title {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
    color: #EE8122;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.catering_main_heading {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    color: #000000;
}

.catering_sub_heading {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
    color: #000000;
}

.catering_text {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
    color: #000000;
}

.catering_tel_nos {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
    color: #000000;
}

.nav_footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}


.table_olive {
	background-color:#EAECC5;
	border-color:#EAECC5
}	

.a:link {
	text-decoration: none;
	color: #EE8122;
}

.a:hover {
	text-decoration:underline;
	color: #0000FF;
}
 
a:visited {
	text-decoration: none;
	color: #EE8122;
}