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

body {
background-color: white;      /*changes background color */
color: black;                 /* changes main font color */
}

p {
font-family: "Times New Roman", serif;
font-size: 12pt;
font-weight: normal;
line-height: 15pt;
}

p.caption {
font-family: "Times New Roman", serif;
font-size: 10pt;
font-weight: bold;
line-height: 12pt;
}

p.footer {
font-family: times new roman, serif;
font-size: 10pt;
line-height: 12pt;
}

a {
text-decoration: none;
color: violet;
}

a:hover {
text-decoration: underline;
}

p.footer {
font-family: times new roman, serif; 
font-size: 10pt;
line-height: 12pt;
}

a {
text-decoration: none;
color: blue;
}

a:hover {
text-decoration: underline; 
}

h1 {

h1 {
font-family: times new roman, serif;
font-size: 20pt;
line-height: 24pt;
}

h2 {
font-family: times new roman, serif;
font-size: 14pt;
letter-spacing: 2px;
word-spacing: -1px;
margin-top: 15px;
margin-bottom: 15px;
}

h3 {
font-family: times new roman,serif;
font-size: 14pt;
letter-spacing: 2px;
word-spacing: -1px;
margin-top: 15px;
margin-bottom: 15px;
}

hr {
height: 2px;
color: #bbbbbb;
background-color: #bbbbbb;
margin-bottom: 0px;
border: 0px;
}

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

span.footer {
font-size: small;
font-family: times new roman,serif;
}

span.italic {
font-style: italic;
}

table {
align: center;
}

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