<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: #400000; 	/*changes background color was #25383c */
}

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

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

a:hover {
text-decoration: none; 
}

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

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

h3 {
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;
margin-bottom: 20px;

}

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;
}

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