/* www.thejerichocafe.co.uk style sheet */

BODY,td {
	color: black;
	font-size: 10pt;
	font-family: arial,"sans serif";
}


a:link, a:active, a:visited {
	color: gray;
	font-weight: bold;
	text-decoration: none; 
}

a:hover, a:hover.xmas {
  color: black;
}

a:link.xmas, a:active.xmas, a:visited.xmas {
	color: red;
	font-weight: bold;
	text-decoration: none; 
}

.mainpage {
    width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.mainpage .heading { 
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.mainpage .menuheading { 
	font-weight: bold;
	font-size: 12pt;
}

.footer {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}

.navigation {
	font-size: 10pt;
}

.photo {
	border: 1px solid black;
}
