<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/*------------------------------------------
Trident Technical College - Online Catalog
version:	1.0
author:		Daniel Vice
email:		daniel.vice@tridenttech.edu
-------------------------------------------*/


/* Navigation
-------------------------------------------*/

.letterNav {
	/*Position Attributes*/
	clear: both;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/	
}

.letterNav li{
	/*Position Attributes*/
	float: left;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	/*Other Attributes*/	
}

.letterNav li a{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding: 5px;
	/*Type Attributes*/
	font-size: 80%;
	/*Other Attributes*/	
}

.letterNav h2 {
	/*Position Attributes*/
	clear: both;
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding: 10px 0px 0px 0px;
	/*Type Attributes*/
	/*Other Attributes*/
}


/* Text
-------------------------------------------*/
article h1{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
    font-size: 110%;
	/*Other Attributes*/
	clear: both;
}

article h2{
	/*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 100%;
	/*Other Attributes*/
}

article h3{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 90%;
	/*Other Attributes*/
}

article h4{
    /*Position Attributes*/
	/*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	padding:0;
	margin: 10px 0 10px 0;
	/*Type Attributes*/
	font-weight: bold;
	font-size: 80%;
	/*Other Attributes*/
}

/* Faculty List
-------------------------------------------*/

.list {
	/*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-bottom: 20px;
	/*Type Attributes*/
	/*Other Attributes*/
}

.list p:first-child {
	/*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-bottom: 1px;
	/*Type Attributes*/
	font-weight: bold;
	/*Other Attributes*/
}

.list p:nth-child(2) {
	/*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	margin-bottom: 3px;
	/*Type Attributes*/
	/*Other Attributes*/
}

.list p:last-child {
	/*Position Attributes*/
    /*Size Attributes*/
	/*Color Attributes*/
	/*Formatting Attributes*/
	/*Type Attributes*/
	font-size: 80%;
	font-style: italic;
	/*Other Attributes*/
}

/* ************ Break 1 for menu size ******************* */
@media screen and (max-width: 860px) {
}

/* ************ Tablet  ******************* */
@media screen and (max-width: 715px) {
}

/* ************ Phone Styles ******************* */
@media screen and (max-width: 570px) {
}

/* ************ Widescreen Styles ******************* */
@media screen and (min-width: 1516px) {
}

/* ************ Print Styles ******************* */
@media print {
}

}

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