﻿body {
	color: #800000;
	font-family: "BOOk Antiqua";
}

h1 {
	color:#993300;
	font-size: 1.6vw;
	font-weight: bolder;
	font-family: "Book Antiqua";
	font-style: italic;
}


h3 {
	color:#993300;
	font-size: 1vw;
	font-weight: bold;
	font-family: "Book Antiqua";
	font-style: italic;

}

td {
	text-align: center;
	/*border: medium blue solid;
*/}


p {
	font-size: 1.5vw;
	font-style: italic;
}

.menu {
	font-size: 1.1vw;
	font-weight: bolder;
	font-style: italic;
	color: fuchsia;
	padding-top: 1px;

}

.stand {
	text-align: center
}

.foot {
	font-size: 2vw;
	color: blue;
}
.caption {
	font-size:1vw;font-weight:bold; color:red;
}

