<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This StyleSheet contains custom styles for this project */

.CodeStyle
{
    font-family: 'consolas';
    font-size: 120%;
}

.ImageCaption
{
    margin-top: -6px;
	color: #505050;
}
.TinyFont
{
    font-size: 1px;
}

h2 {
	font-size: 1.1em;
}

.NoIdentList
{
    margin-left: 20px;
	padding-left: 0px;
}

.BlueHeading
{
    color: #3F529C;
	font-weight: bold;
}
.NoWrap
{
	white-space: nowrap;
}

a {
	text-decoration: underline;
	color:#1364C4;
}

.i-theme-selection-container {
	display: none !important;
}</pre></body></html>