﻿body {
	font-family: Verdana;
	background-image: url('../referee-tent/red_yellow_card.png');
	background-attachment: fixed;
}
a {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #FFFF00;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana;
}
.banner-text {
	font-size: medium;
	font-weight: bold;
	background-color: #008000;
	color: #FFFFFF;
	text-align: center;
}
.referee-running {
	text-align: center;
}
.referee-thinking {
	text-align: center;
	background-color: #FFFF00;
	font-size: small;
	font-weight: bold;
	font-style: oblique;
}
.referee-battle {
	text-align: center;
	background-color: #FFFF00;
	font-size: xx-small;
	font-weight: normal;
	font-style: normal;
}
