body {
	font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 16px;
	color: maroon;
	background-color: LightYellow;
}
textarea {
	font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: maroon;
	background-color: LightYellow;
}
h1 {
	text-align:center
}
.rightalign {
	text-align:right
}
.bigcenter {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.credits {
	font-family: "Comic Sans MS", cursive;
	font-size: x-small;
	text-align:center;
}
.name {
	font-family: "Gill Sans", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 48pt;	
	text-align:left;
	font-weight:bold;
	text-shadow: #999 5px 5px 2px;
	height:100px;
}
.pic {
	border: none;
	vertical-align: bottom;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: LightYellow;
}
.leftcol {
	font-weight: bold;
	vertical-align: top;
	width: 163px;
}
.rightcol {
	vertical-align: top;
}
.equalcol {
	vertical-align: top;
	width: 50%;
}
.plant {
	text-align: left;
	width: 400px;
}
.price {
	text-align: right;
	width: 100px;
}
.tickit {
	text-align: center;
	width: 40px;
}
.centerTable {
	text-align:center;
}
.centerTable table {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.centerTable td {
	padding-left:5px;
	padding-right:5px;
}
.Typewriter {
	font-family:  Courier, "Courier New", monospace;
}

