a 	{
  	font-family: Arial;
    color: #4103fc;
	  text-decoration: none;
}

a:hover {
	color: #666666
}
         
FONT.H1{
  font-family: Arial;
  font-size: 2.9em;
  font-weight: bold;
  color: #4103fc;
}

FONT.H2 {
  font-family: Arial;
  font-size: 1.6em;
  font-weight: bold;
  color: #000000;
  line-height: 1.8em;
}

FONT.H3 {
  font-family: Arial;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.8em;
  color: #2a2f42;
}

FONT.H4 {
  font-family: monospace;
  font-size: 11pt;
  font-weight: bold;
  color: #4103fc;
}

FONT.H5 {
  font-family: Arial;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.8em;
  color: #000000;
}

FONT.assignment {
  font-style: italic;
  color: #2a2f42;
}

H4:hover {
	color: #4103fc;
}

FONT.P {
  line-height: 1.3em;
  font-family: Arial;
  font-size: 11pt;
  color: #000000;
}

FONT.canceled {
  line-height: 1.3em;
  font-family: Arial;
  font-size: 11pt;
  color: #FF0000;
}

FONT.exam {
  font-weight: bold;
  color: #2a2f42;
}

FONT.code {
  font-family: monospace;
  color: #4103fc;
}

SPAN.program {
  font-family: Courier,monospace;
  font-weight: bold;
}

table.table0, td.table0, tr.table0 {
  border: none;
  vertical-align: top;
  line-height: 1.3em;
  font-family: Arial;
  font-size: 11pt;
}


td.table1, table.table1, tr.table1 {
  vertical-align: top;
  border: 1px solid black;
  border-collapse: collapse;
  padding: 10px;
  line-height: 1.3em;
  font-family: Arial;
  font-size: 11pt;
}

.descList {
  vertical-align: top;
  color: #000000;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-left-color: #999999;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-top: 100px;
}

