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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111111;
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
}
a, a:link, a:active, a:visited {
	color: #2ab5b8;
	text-decoration: none;
}
a:hover {
	color: #2d7677;
	text-decoration: none
}

div.poster {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 773px;
	width: 1000px;
	background-image: url(./images/ttww_quenchers-small.png);
}

.contact {
	color: #2ab5b;
	text-align: center;
	font-weight: bold;
}