body {
 	background-color: #000099;
}

a:link {
font-weight: normal;
color: #404040;
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;
}

.brit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	line-height: normal;

}
.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;

}