@charset "UTF-8";
/* CSS Document */

.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006666;
	background-color: #99CCCC;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px;
}
.picture {
	background-color: #99CC99;
}
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #660000;
	text-align: left;
	padding: 10px;
	background-color: #CCFFCC;
	text-transform: capitalize;
}
