<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center {
	text-align: center;
	margin: auto;
}

.textLeft {
	text-align: left;
	padding-left: 0;
}

.chillFont {

}

#wood-background {
	background-image: url('images/website-background.png');
}

#tableBorder {
	border: 4px inset white;
}

#subTable {
	border: 3px outset white;
}

h1, h4, div {
	color: white; 
	font-family: 'Livvic', sans-serif;
}

ul, li, p, th, td {
	font-size: 18px;
	color: white;
	font-family: 'Livvic', sans-serif;
}

a:link {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

a:visited {
	color: #663399;
	text-decoration: line-through !important;
}

a:hover {
	color: lime;
	text-decoration: underline;
}

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


</pre></body></html>