body {
	font-family:Times New Roman,sans-serif;
	margin-left: 5%;
	margin-right: 5%;
	line-height:120%;
	color:#228B22;
	background:#FFDEAD;
}
#STUDENT {
	background-color: navy;
	color: white;
	border-style: none;
	border-width: 1;
	margin-left: 0px;
	padding-left: 16px;
	font-weight: bold;
}
.ITEM {
	font-family: Times New Roman;
	line-height: 115%;
}
PRE {
	line-height: 115%;
}
fieldset {
	padding: 1% 2% 1% 2%;
}
input {
	font-family: Times New Roman;
	font-weight: bold;
}
legend {
	line-height: 200%;
	font-weight: bold;
}
A:link {
	color: blue;
}
A:visited {
	color: purple;
}
A:hover {
	color: red;
	font-weight:bold;
}
A:active {
	color: green;
}
TD {
	text-align: center;
	width: 10%;
}
TABLE {
	border: 1px;
	width: 100%;
}
H5 {
	text-align: right;
}
.CREDIT {
	font-size: 8pt;
	color: blue;
	cursor: hand;
}

