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


/********** GENERAL FORMATS **********/


body {
	background-color: #1B1B1B;
	padding: 30px 16px 50px 16px;
	font-family: "Courier New", Courier, monospace;
	color: #333333;
	font-size: 12px;
	margin: 0;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 50px;
	margin-top: 70px
}

.container {
	width: 640px;
	xmargin: auto;
	margin-bottom: 50px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
}

a {
	outline: none;
}

.teaser {
	width: 180px;
	xheight: 140px;
	padding: 0 10px 10px 10px;
	background-color:#FFFF00;
	position: absolute;
	right: 16px;
	top: 0;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

.teaser h1 {
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.teaser a {
	font-weight: bold;
	display: block;
	font-size: 20px;
}

.teaser a:hover {
	color: #FFFFFF;
}

.teaser em {
	font-style: normal;
}