body {
 	background-color: #C00000;
}
a:link {
font-weight: normal;
color: #333333;
text-decoration: none;
}
a:visited {
font-weight: normal;
color: #666666;
text-decoration: none;
}
a:hover {
font-weight: normal;
color: #620000;
text-decoration: none;
}
a:active {
font-weight: normal;
color: #620000;
text-decoration: none;
}

.england {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C0000;
}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	background-color: #99CCFF;
	width: 425px;
	border: 1px dashed #990033;
	text-align: center;
	padding: 10px;

}
