html, body { 
  	background-color: white; /*#eee;*/ 
  	margin-left: 10px;
  	margin-right: 10px;
}
a:link {
	text-decoration:none;
	color:blue;
	font-weight: bold;
}
a:visited {
	text-decoration:none;
	color:blue;
	font-weight: bold;
}
.title {
	font-weight: bold;
	margin-bottom: 20px;
}
.subtitle {
	font-weight: normal;
	margin-bottom: 20px;
}
.under {
	margin-bottom: 20px;
}
.tightTitle {
	margin-bottom: 0;
	font-weight: bold;
}
.tightSubtitle {
	margin-bottom: 0;
	font-weight: normal;
}
.email {
	color: blue;
	font-weight: normal;
}
@media (prefers-color-scheme: dark) {
  html, body { 
  	color: #eee;
  	background-color: #424242;  /* #212121;*/
  }
  a:link {
	color:lightblue;
  }
  a:visited {
	color:lightblue;
  }
  .title {
  	color: #eee;
  }
  .subtitle {
  	color: #eee;
  }
  .tightTitle {
	color: #eee;
  }
  .under {
	color: #eee;
  }
  .tightSubtitle {
	color: #eee;
  }
  .email {
	color: lightblue;
  }
}