<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #FFF0F5;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.normal { color: black; font-weight: normal; line-height: 120%; font-size:14px}
.lfont { color: #663366; font-weight: normal; line-height: 150%; font-size:16px}
.mfont { color: #663366; font-weight: normal; line-height: 160%; font-size:14px}
.sfont { font-weight: normal; line-height: 150%; font-size:13px; color:#663366;}
.s2font { font-weight: normal; line-height: 100%; font-size:11px; color:#663333;}
.s3font { font-weight: normal; line-height: 120%; font-size:12px; color:#663333;}
.course table {
width: 700px;
border: 2px #ffffff solid;
border-collapse: collapse;
background-color: #efd7dc;
}

.course td {
border: 2px #ffffff solid;
background-color: #efd7dc;
padding: 15px 15px;
color:#808080;
font-size:13px;
font-weight:bold;
line-height:130%;
}
.course td img {
margin: 2px 2px;
}

.curriculum table {
border: 2px #EAD7E0 solid;
width: 700px;
border-collapse: collapse;
background-color: #F0E5EB;
margin: -3px 0 0 0;
}

.curriculum td {
border: 2px #EAD7E0 solid;
background-color: #F2D8D9;
padding: 15px 15px;
color:#808080;
font-size:13px;
font-weight:bold;
line-height:130%;
}

.curriculum td img {
margin: 2px 2px;
}

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