body {
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
}

a {
	font-family: Arial, sans-serif;
	font-size: medium;
	font-weight: 500;
}

.error {
	color: red;
	font-family: Arial;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

.button {
	color: red;
	font-family: "Arial Black";
	font-size: small;
	font-weight: 600;
}

.advice {
	color: red;
	font-family: Arial;
	font-size: small;
	font-weight: 300;
}

.press_source {
	color: black;
	font-family: Century;
	font-size: large;
	font-weight: 600;
	text-align: left;
}

.press_date {
	color: black;
	font-family: Century;
	font-weight: normal;
	text-align: right;
}

.tablehdg {
	font-family: Arial;
	font-size: x-small;
	font-weight: 600;
	text-align: left;
}

.booknow {
	color: black;
	font-family: Arial;
	font-size: medium;
	font-weight: 500;
	text-align: left;
}

.bookingclosed {
	color: #c0c0c0;
	font-family: Arial;
	font-size: medium;
	font-weight: 300;
	text-align: left;
}

.soldout {
	color: red;
	font-family: Arial;
	font-size: medium;
	font-weight: 600;
	text-align: left;
}

.link {
	color: blue;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
}

h1 {
	color: black;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

.noborder {
	border-style: solid;
	border-width: 0px;
}

.minwidth {
	width: 10px;
}
