a.board:link {color: yellow;}

a.board:visited {color: lime;}

body {font-family: Arial}

p {margin: 10px}

h1 {
  font-family: Arial;
  font-size: x-large;
  margin: 6px;
}

h2 {
  font-family: Arial;
  font-size: large;
  margin: 6px;
}

h3 {
  font-family: Arial;
  font-size: medium;
  margin: 6px;
}

.buttons {
  font-family: "Gill Sans Ultra Bold","Arial Black",arial;
  color: rgb(64,64,64);
}

.selectedPage {
  color: brown;	
}

.homeBack {
  background-color: rgb(255,237,226);  
}

.dailySpecialsTitle {
  font-size: larger
}

.dailySpecials {
  background-color: rgb(36,36,36);
	color: rgb(226,226,256);
    font-family: Comic Sans MS;
	border-style: solid double;
	border-width: thick;
	border-color: rgb(222,184,173);
}

.photoCaption {
  font-size: medium;
  font-weight: bold;
}

.photoCategory {
  font-family: Arial;
  font-size: large;
  margin: 6px;
}

.menuByline {
  margin: 6px;
  font-style: italic;
  font-size: small;
}

.menuCategory {
  font-family: Arial;
  font-size: large;
  line-height:200%;
}

.menuLinkHeadings {
  font-family: Arial;
  font-size: medium;
  font-weight: bold;
}

table.menu {
  margin: 10px;
}

tr.menuLine1 {
  background-color: rgb(255,247,236);  
}

tr.menuLine2 {
  background-color: rgb(245,227,216);  
}