/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em .5em .5em .5em;
	border-collapse:collapse;
	font-size:.9em;
	}
table th {
	padding: .3em 1em .3em .5em;
	color:#963; 
	text-align:right;
	font-size:1.15em;
	vertical-align:top;
	}
table td {
	padding: .5em .5em .3em 1.2em;
	border-bottom:1px solid #369;
  vertical-align:top;
	font-size:1.1em;
	width:260px
	}
.blue cite {
	font-size:1em;	
	font-style:normal;
	font-weight:bold;
	color:#fff;
	}