/* <LINK REL=StyleSheet HREF="tonystyle.css" TYPE="text/css" TITLE="CSS Style Sheet for Tonys Cafe"> */

.border1 {
  border-style: ridge;
  border-color: #990000;
  border-width: thick;
}

.border2 {
  border-left: thick ridge #990000;
  border-top: thick ridge #990000;
  border-bottom: thick ridge #990000;
	background-color: #990000;
}

.border3 {
  border-top: thick ridge #990000;
  border-bottom: thick ridge #990000;
	background-color: #FFFFCC;
}

.style1border {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border-style: ridge;
  border-color: #990000;
  border-width: thick
}

.style2border {
  font-weight: bold;
  font-size: 14px;
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border-right: thick ridge #990000;
  border-top: thick ridge #990000;
  border-bottom: thick ridge #990000;
	background-color: #990000;
}

.style3border {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border-style: ridge;
  border-color: #990000;
  border-width: thick
}

.style1 {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.style2 {
  color: #ffffff;
  font-family: "Times New Roman", Verdana, "Courier New", Courier, mono;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
}

.style3 {
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #ff0000;
}

.style4 {
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #990000;
}

.style5 {
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #008000;
  font-weight: bold;
  text-align: right;
}

.style6 {
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: left;
}

.style7 {
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
  color: #ff0000;
}
.style8 {
  font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #990000;
}

.style9 {
  color: #990000;
  font-family: "Times New Roman", Verdana, "Courier New", Courier, mono;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

.style10 {
  color: #ffffff;
  font-family: "Times New Roman", Verdana, "Courier New", Courier, mono;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  border-style: ridge;
  border-color: #990000;
  border-width: thick
}

.style11 {
  color: #ffffff;
  font-family: "Times New Roman", Verdana, "Courier New", Courier, mono;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}

body {
  background-color: #FFFFCC;
}

