@charset "utf-8";
body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #B40E05;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #EEE2A0;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

td {
	text-align: center;
}


a:link {
  color: #FF9;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F8BA35;
	text-decoration: underline;
}
a:active {
	color: #FF9;
}
.smallest {
	font-size: 9px;
}
.smaller {
	font-size: 12px;
}
.bigger {
	font-size: 24px;
}



.biggest {
	font-size: 36px;
}

.bold {
	font-weight: bold;
}
.border_7px_orange {
	border-top-color: #F8BA35;
	border-right-color: #F8BA35;
	border-bottom-color: #F8BA35;
	border-left-color: #F8BA35;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
}
.border_7px_blue {
	border-top-color: #0000FF;
	border-right-color: #0000FF;
	border-bottom-color: #0000FF;
	border-left-color: #0000FF;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
}
.top {
	vertical-align: top;
}

.left {
	text-align: left;
}
.centre {
	text-align: center;
}
.topleft {
	text-align: left;
	vertical-align: top;
}
.big {
	font-size: 20px;
}
