table { 
	background: aliceblue; 
/*	background: GhostWhite; */
	border: 1px solid; 
	border-color: midnightblue;
	font-family: "Bitstream Vera Sans", sans-serif;
	font-size: small;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
	
th {
	text-align: left;
	background: LightSteelBlue;
	padding: 12px;
	border: 1px solid midnightblue;
/*	font-variant: small-caps;*/
/*	font-weight: normal;*/
/*	font-size: medium;*/
}

td {padding: 12px; text-align: left; vertical-align: top}
/*tr {border: 1px solid midnightblue;}*/
tr:hover{background: LightSteelBlue;}
tr.heading {background: LightSteelBlue}
img {border: none}
*.date {color: DarkSlateGray; font-style: italic}
p.warning {
	clear: both;
	font-weight: normal;
/*	font-variant: small-caps;*/

	background-color: mistyrose;
	border: 1px solid FireBrick;

	width: 80%;
	text-align:	center;
	margin-left: auto;
	margin-right: auto;

	padding: 12px;
}
