body {
  background-color: #4A2873;
  color: #dddddd;
}

p {
  font-family: verdana;
  font-size: 20px;
}

div.block {
	padding:1em;
	position: relative;
}

a:link, a:visited {
  color: #8CC739;
}

.header {
	text-align:center;
}
.header_image {
	width:50%; 
	max-width: 250px;
	height:auto;
}
.teaminfo{
	position: absolute;
	left: 2;
	top: 0;
}

.block_topleft {
	background-image: url("images/block_topleft.png");
	background-repeat: no-repeat;
	height: 18px;
	width: 16px;
}
.block_top {
	background-image: url("images/block_top.png");
	background-repeat: repeat-x;
	height: 18px;
}
.block_topright {
	background-image: url("images/block_qr.png");
	background-repeat: no-repeat;
	width: 60px;
	padding-top: 20px;
	vertical-align: top;
	text-align: center;
}
.block_left {
	background-image: url("images/block_left.png");
	background-repeat: repeat-y;
	width: 16px;
}
.block_bottomleft {
	background-image: url("images/block_bottomleft.png");
	background-repeat: no-repeat;
	height: 12px;
	width: 16px;
}
.block_bottom {
	background-image: url("images/block_bottom.png");
	background-repeat: repeat-x;
	height: 12px;
}
.block_bottom_message {
	position: absolute;
	right: -50;
	bottom: 0;
	font-size: 10px;
}

.qrfound_bonusapplied {	
	color: #dddd00;
	font-family: Helvetica;
	font-weight: bold;
}
.qrfound_newscore {
	color: #80ff80;
	font-family: Helvetica;
	font-weight: bold;
}