/* styles for bat maps page */
/* NB This is a cascading style sheet and doesn't follow the same rules as HTML */
/* Anchor tags are used to set styles for pseudo-classes for links */

A {text-decoration: none; color:#0000ff;   font-weight: normal }	/* no underlines */
A:link {	COLOR: #0000ff }
A:visited {	COLOR: #0000ff }
A:active {	COLOR: #00c040 }
A:hover {	COLOR: #00c040 }

/*define style for body - other styles will be based on this */
BODY {FONT-FAMILY: Verdana, Arial, Helvetica, MS Sans Serif;
	FONT-SIZE: small; line-height: 140%; COLOR:#000066; bgcolor: #ffcc99; bgproperties="fixed";
	width: 1000px; max-width: 1000px;
    _width: expression(document.body.clientWidth > 1002? "1000px" : "auto"); /* cludge to make IE6 co-operate */
    margin-left: 4px;  margin-right: auto;
}
TD {font-family: Verdana, Arial, sans-serif; font-size: medium }/* footer: table entries don't use body text style! */