/* v.2.18 & v2.18a for Lesson 1-30 */
html {
	background-color: #FFE4B5;
	color: #8B0000;
}
body {
	font-family: 'Times New Roman', sans-serif;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 130%;
	color: #8B0000;
	background-color: #FDF5E6;
}
#STUDENT {
	background-color: navy;
	color: white;
	border-style: none;
	border-width: 1px;
	margin-left: 0px;
	padding-left: 16px;
	font-weight: bold;
}
.ITEM2 {
	font-family: 'Times New Roman', sans-serif;
	line-height: 125%;
}
.ITEM {
	font-family: 'Times New Roman', sans-serif;
	line-height: 115%;
}
PRE {
	line-height: 115%;
}
span.name {
	font-style: italic;
	font-weight: bold;
}
span.green {
	color: green;
	font-weight: bold;
}
fieldset {
	padding: 2% 2% 1% 2%;
	border-width: 2px;
	border-color: Blue;
}
FIELDSET#FLD0 {
	text-align: justify;
	line-height: 180%;
}
FIELDSET#FLD1 {
	text-align: justify;
	line-height: 125%;
}
FIELDSET#FLD2 {
	line-height: 170%;
}
input {
	font-family: 'Times New Roman', sans-serif;
	font-weight: bold;
}
legend {
	font-weight: bold;
}
A {
	color: blue;
	text-decoration: none;
}
A:link {
	color: blue;
}
A:visited {
	color: purple;
}
A:hover {
	background-color: #00FFFF;
	border-color: #0000FF;
	border-style: solid;
	border-width: 1px;
	color: #FF0000;
	font-weight: bold;
}
A:active {
	color: green;
}
SPAN.RU {
	border-bottom:1px solid red;
}
SPAN.NU {
	border-bottom:1px solid navy;
}
SPAN.HIDE {
	color:#FDF5E6;
}
P SPAN.CREDIT {
	font-size: 9pt;
	color: blue;
	cursor: hand;
}
SPAN.Bullet {
	font-family: 'Wingdings 2', sans-serif;
	font-size: 24pt;
}
TD {
	font-family: 'Times New Roman', sans-serif;
}