/* contact.css */
/* 2004.Mar.24  dwl  more specific selectors used, e.g. TABLE.contactTable */

.locallinks A:hover {
	background: #ff9;	/* yellow for local anchor */
	}

A.ml {
	text-decoration: none;
	}

A.ml:hover {
	background: #fc3;	/* orange for mail */
	text-decoration: underline;
	}

#teams A {
	text-decoration: none;
	}
#teams A:hover {
	text-decoration: underline;
	}

H1 {
	margin-top: 1.2em;
	}
	
TABLE.contactTable TH {
	text-align: left;
	}

TABLE.contactTable TR {	/* Mozilla ignores border here */
	padding: 2px;
	line-height: 1.3em;
	}

TABLE.contactTable TD, 
TABLE.contactTable TH {
	border-bottom: solid 1px black;
	vertical-align: bottom;
	padding-right: 2em;
	}
	
TABLE.contactTable {
	font-family: sans-serif;
	}

TABLE TR.tableTitleHdr {
	font-size: 1.5em;
	font-weight: bold;
	background-color: #11e;	/* blue */
	color: white;
	}
	
TABLE TR.tthX { background-color: #90F; }
TABLE TR.tthA {	background-color: #11e; }
TABLE TR.tthB { background-color: #063; }
TABLE TR.tthC { background-color: #F63; }
