/* CSS Document */

.navigation {
	font-family: courier;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
	display: block;
	padding: 8px;
	width: 140px;
}

.p {
	font-family: courier;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
}

.title {
	font-family: courier;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}

.option {
font-family: courier;
font-size: 14px;
font-weight: bold;
color: #0000FF;
text-align: right;
}

.caption {
font-family: courier;
font-size:12px;
text-align: center;
}

.contact {
	font-family: courier;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFF00;
}

.upcoming {
font-family: courier;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	border: thick;
	border-color: #FF0000;
	}
	
