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

a
{
	outline: 0;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.divCenter
{
	text-align: center; 
	width: 100%; 
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}



.bodybgimage
{
	background-image: url('../NewImages/MainPageCultureMonctonBGrnd.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: center;
}</pre></body></html>