/* Main body text characteristics */

BODY {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFDDCC;
	color: Black;
}


/* Links */

A:link, A:visited {
	color: Blue;
	text-decoration: underline;
}

A.external, A.external:link, A.external:visited {
	color: #006600;
}

A.internal, A.internal:link, A.internal:visited {
	color: #6600CC;
}

A.toplink, A.toplink:link, A.toplink:visited {
	color: #CC0000;
}

A.addresslink, A.addresslink:link, A.addresslink:visited {
	color: Blue;
}

A.inlineLink, A.inlineLink:link, A.inlineLink:visited {
	color: Blue;
	font-family: Courier New, Courier, mono;
	font-style: normal;
}

NOSCRIPT.inlineLink {
	color: Blue;
	font-family: Courier New, Courier, mono;
	font-style: normal;
}


/* Headers */

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: auto;
	font-size: large;
	color: Black;
	font-weight: bold;
	text-align: center;
}

H1.courseTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: auto;
	font-size: x-large;
	color: Black;
	font-weight: bold;
	text-align: center;
}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
	font-weight: bold;
}

H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: Black;
	font-weight: normal;
}

H3.lecture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #800080;
	font-weight: normal;
}


/* Institution, school, department, course title, etc. */

P.courseInstitution {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

P.courseTitle {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

P.courseSeparator {
	background-image: url(../Images/Dividers/pastell.gif);
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 0;
}

P.simpleSeparator {
	background-image: url(../Images/Dividers/blue-simple.gif);
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 0;
}


/* Other tags */

UL LI {
	list-style-type: circle;
}

P {		/* necessary for Netscape */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
}

TD {		/* necessary for Netscape */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black;
}

TH {
	font-family: Georgia, "Times New Roman", Times, serif;		/* necessary for Netscape */
	color: #990066;		/* necessary for Netscape */
	font-weight: bold;
	text-align: left;
}

TH.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFCC;
	font-weight: bold;
	text-align: left;
	background-color: #333399;
}

ADDRESS {	/* necessary for Netscape */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: Black
}
