body {
	.martel-extralight 
  font-family: Martel, serif;
  font-weight: 200;
  font-style: normal;
}

.martel-light {
  font-family: Martel, serif;
  font-weight: 300;
  font-style: normal;
}

.martel-regular {
  font-family: Martel, serif;
  font-weight: 400;
  font-style: normal;
}

.martel-semibold {
  font-family: Martel, serif;
  font-weight: 600;
  font-style: normal;
}

.martel-bold {
  font-family: Martel, serif;
  font-weight: 700;
  font-style: normal;
}

.martel-extrabold {
  font-family: Martel, serif;
  font-weight: 800;
  font-style: normal;
}

.martel-black {
  font-family: Martel, serif;
  font-weight: 900;
  font-style: normal;
}

	color: ;
	Font-size: 100%;
	line-height: 155% ; 
	font-variant-numeric: oldstyle-nums;
	
}

h1, h2 {
	font-variant: small-caps;
}

table.first-table {
	/* border: 1px solid #aaa; */
	border-collapse: collapse;
	border-spacing: .5em;
	
}
table.first-table tr>* {
	border: 1px solid #888;
	padding: .5em;
	
}

table.first-table caption {
	caption-side:bottom;
}

table.first-table thead td {
	border: none;
	background-color: #aaa;
}

table.first-table tr *:nth-child(even) {
	backgorund-color: #aaa; 
}