body{
}


table.course{
	width:600px;
}
tr.course{
	height: 30px;
}
td.course{
	background-color:#fffaf0;
	font-size:10pt;
	color:#666666;
	padding:10px
}

h1{
	color:#666666;
	font-size=14pt;
}
h2{
	color:#666666;
	font-size=12pt;
}
h4{
}
p{
	margin-left:50px;
	color:#666666;
	font-size=10pt;
	width:600px;
}
#main{
	position:relative;
	width:800px;
	margin:10px;
	padding:10px;
	border:1px solid #c0c0c0;
	text-align="left";
}

div.course{
	padding:10px;
	margin:10px;
	border-style:dotted;
	border-color:#ffcc99;
	border-width:2px;
	background-color:transparent;
	text-align="center";
}
