
*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

td {
	/*background-color: black;*/
	color: white;
}

p, a, li, h1, h2, h3, h4 {
	background-color: black;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
}

table {
	margin: 10px auto 10px auto;
}

.project a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2; /* adjust as needed */
	white-space: nowrap;
}

.project img {
	vertical-align: middle;
}

.leftoffset1 { margin-left: 0px; }
.leftoffset2 { margin-left: 5px; }
.leftoffset3 { margin-left: 15px; }
.leftoffset4 { margin-left: 27px; }
.leftoffset5 { margin-left: 45px; }

.date {
	float: right;
	margin-right: 5px;
}

.content {
	height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
}

ul, ul li {
	list-style: disc inside;
}

a {
  color: orange;
  text-decoration: underline;
}

a:hover {
  color: darkorange;
  text-decoration: none;
}

a:active {
  color: red;
  text-decoration: underline;
}