/*
** $Id$
** CSS for the generation of the logos dynamically
** Copyright (C) 2020 Ian Hartas, UKBMD
*/
.bannercounty
{
	margin: 0;
	padding: 0;
	border: 0;
	text-shadow: 2px 2px 4px #111111;
	text-decoration: underline;
	font-family: Times, Rockwell, Georgia, Garamond, serif; 	
	font-size: 48px; 
	font-weight: bold; 
	color: black;
}

a.noul:link , a.noul:visited, a.noul:hover, a.noul:active
{
	text-decoration: none;
	color: black;
}

.bannerB
{
	margin: 0;
	padding: 0;
	border: 0;
	text-shadow: 2px 2px 4px #ff8080;
	text-decoration: underline;
	font-family: Times, Rockwell, Georgia, Garamond, serif; 	
	font-size: 48px; 
	font-weight: bold; 
	color: #ff8080;
}

.bannerM
{
	margin: 0;
	padding: 0;
	border: 0;
	text-shadow: 2px 2px 4px #80ff80;
	text-decoration: underline;
	font-family: Times, Rockwell, Georgia, Garamond, serif; 	
	font-size: 48px; 
	font-weight: bold; 
	color: #80ff80;
}

.bannerD
{
	margin: 0;
	padding: 0;
	border: 0;
	text-shadow: 2px 2px 4px #111111;
	text-decoration: underline;
	font-family: Times, Rockwell, Georgia, Garamond, serif; 	
	font-size: 48px; 
	font-weight: bold; 
	color: #000000;
}

.bannertext
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial;
	font-size: 14px; 
	font-weight: bold; 
	color: #000000;
	text-align: center;
}
.divc
{
	text-align: center;
	margin: auto;
}

.bmdlogo
{
	width: auto;
}

