<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Default style sheet for LTC web pages */

body {
/* background-color: #25383C; */
background-color: midnightblue;
}

p {
color: #ffffff; 		/* changes main font color */
font-family: arial,sans-serif; 	/* font */
font-size: 11pt;
line-height: 15pt;
}

p.small {			/* smaller font paragraph */ 
font-size: 10pt;
line-height: 15pt;
}

a{				/* appearance of links */
text-decoration: underline;
color: #ffffff; 
}

a:hover {
text-decoration: none; 
}

h1 {
font-family: times, serif;
color: #ffffff;
font-size: 18pt;
letter-spacing: 0px;
margin-bottom: 20px; 
}

h2 {
font-family: arial, sans-serif;
color: #ffffff;
font-size: 14pt;
letter-spacing: 0px;
word-spacing: 1px;
margin-top: 15px;
margin-bottom: 5px;
}

h3 {

font-family: times, serif;
/* font-family: arial, sans-serif; */
color: #ffffff;
font-size: 12pt;
margin-top: 0px;
margin-bottom: 0px;
letter-spacing: 1px;
}

hr {
height: 2px;
color: #ffffff;
background-color: #ffffff;
border: 0px;
margin-left: 0px;
margin-right: 0px;
}

hr.end {
height: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

span.footer {
font-size: small;
font-family: arial,sans-serif;
}

span.italic {
font-style: italic;
}

table {
align: center;
}

li {
color: #ffffff;
}

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