
body {
	background-image: url("pics/background1.png");
	background-attachment: fixed;
	padding-top:  40px;
	padding-bottom:  40px;
	
}

table {
	background-color: #d2c69e;
	empty-cells: show;
	
}

td.state {
	border-bottom: dotted  gray;
	text-align: right;
	
}

td.name {
	border-bottom: dotted  gray;
}


th {
	text-align: center;
	font-size: 1.00em;
	border-top: 2px solid  black;
	border-bottom: 2px solid  black;
	
}

caption {
	font-weight: bold;
	text-align: center;
	font-size: 2.00em ;
	padding-top:  40px;
	padding-bottom:  40px;
	
}





.foot {
	font-size: small;
	font-family: "Arial";
	text-align: center;
	padding-top:  20px;
	
}

a:link {color:#0000FF;} 

a:visited {color:#0000FF;} 