@charset "UTF-8";
@import url("teaser-label.css");
#teaser {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666;
	background-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	box-shadow: 10px 3px 5px #999;
	margin: 10px;
	padding: 10px;
	-webkit-transition: all 0s ease-out 0s;
	-moz-transition: all 0s ease-out 0s;
	-ms-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
}
#teaser a {
	color: #666;
}
#teaser:hover {
	background-color: #000;
	color: #FFF;
}
