<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************************/
/* style.css	                               */
/* Use for ECE 420 course website              */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body
{
	font-family: sans-serif;
	font-size: 10pt;
	padding: 20pt;
	margin-left: 15pt;
	width: 600pt;
}


a {
	padding: 0 5pt 0 5pt;

}

.title
{
	font-size: 20pt;
	border-bottom: solid 1px #000;
	font-weight: bold;
}

.subtitle
{
	font-size: 10pt;
	text-align: right;
}

h4
{
	margin-top: 12pt;
	margin-bottom: 0pt;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

.updated
{
	text-align:right;
	font-size: 10pt;
	color: #999;

}

.t {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

td {
	padding-right: 20pt;
}


.TBdj table
{
	border-left:solid 1px #000;
	border-top:solid 1px #000;
}

.TBdj td, th
{
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	font-size:14;
	padding-top:3px;
	padding-bottom:3px;
}

.TBdj th
{
	font-weight:bold;
	font-size:16;
	padding-top:5px;
	padding-bottom:5px;
}

.date
{
	text-align:center;
	width:75px;
}

.desc
{
	padding-left:25px;
}
</pre></body></html>