<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 */

html {
font-size: 100%;
}

body {
background-color: white;      /*changes background color */
color: black;                 /* changes main font color */
font-size: 1em;
text-align: left;
font-family: "Times New Roman", serif;
width: 700px;
margin: 0 auto;
}

p {
font-size: 1em;
margin: .9em 0;
line-height: normal;
/*font-size: 13pt;*/
/*font-weight: bold;*/
/*line-height: 17pt;*/
}

img {
max-width: 700px;
border: none;
/*max-height: 100%;*/
}

p.caption {
font-size: 10pt;
font-weight: bold;
line-height: 12pt;
}

p.footer {
font-size: 10pt;
line-height: 12pt;
}

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

a:hover {
text-decoration: underline;
}

p.footer {
font-size: 10pt;
line-height: 12pt;
}

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

a:hover {
text-decoration: underline; 
}


h1 {
font-size: 2em;
margin: .67em 0;
}

h2 {
font-size: 1.5em;
margin: .75em 0;
}

h3 {
font-size: 1.17em;
/*margin-top: 1em;*/
/*margin-bottom: .75em;*/
}

h4 {
font-size: 1em;
font-weight: bold;
margin: .25em 0;
}

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

span.italic {
font-style: italic;
}

table {
align: center;
}

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