BODY {
	background-color : #FFFFFF;
	background-image : url(top.gif);
	background-repeat : repeat-x;
	margin:8px;
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size:10pt;
	
}
FONT  {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size:10pt;
}
.schema {
	z-index : 100;
	position : absolute;
	top : 100px;
	left : 100px;
	height:20px;
	width: 500px;
}


table {
	border : 1px;
	padding : 10px 10px;
	margin : 1px;
	font-size:10pt;
}

td {
	border : 1px;
	padding : 10px 10px;
	margin : 1px;
	font-size:10pt;
}
	

A.text {
	text-decoration : none;
}
.professor {
	text-decoration : none;
	font-size:10pt;
	color : gray;
}
A:link {
	color : Red;
}
A:visited {
	color : Red;
}
