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

.linear_gradient_square {
width: 100px; 
height: 100px;
border: 1px solid #333;
background: -moz-linear-gradient(top, black, blue);
  }

p {                          
 /* paragraph font size = h4 font size = h5 font style*/ 
font-family: "Times New Roman", serif; 
font-size: 14pt; 
font-weight: normal; 
line-height: 22pt;
}

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

a:hover {
text-decoration: underline;
}

h1 {
font-family: times new roman,serif;
}

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

a:visited {
text-decoration: none;
color: green;
}


h1 {
font-family: times new roman,serif;
font-size: 20pt;
letter-spacing: 3px;
margin-bottom: 20px; 
line-height: 24pt;
}

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

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

h4 {
font-family: "Times new Roman", serif;
font-size: 14pt;
letter-spacing: 1px;
word-spacing: -1px;
margin-top: 15px;
margin-bottom: 15px;
font-weight: normal;
line-height: 20pt;
}

h5 {
font-family: "Times New Roman", serif; 
font-size: 14pt; 
font-weight: normal; 
line-height: 17pt;
}

ul {
font-family: "Times New Roman", serif;
font-size: 14pt;
font-weight: normal;
line-height: 20pt;
}

ol {
font-family: "Times New Roman", serif;
font-size: 14pt;
font-weight: normal;
line-height: 20pt;
}


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

#columns {
        width: 1000px;
    }

    #columns .column {
        position: relative;
        width: 46%;
        padding: 1%;
    }

    #columns .left {
        float: left;
    }

    #columns .right {
        float: right;
    }
</pre></body></html>