@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004400;
}
body {
	background-color: #eeffcc;
}
a:link {
	color: #880000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #880000;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}
h1 {
	font-size: 24px;
	color: #eeffcc;
}
h2 {
	font-size: 18px;
}
p, li, ul {
line-height:1.4;
}
table.course {
	border-width: 1px;
	border-style: solid;
	border-color: #005500;
	border-collapse: collapse;
	
}
table.course th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #005500;
	background-color: #ddeebb;
}
table.course td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #005500;
	border-collapse: collapse;
}
</style>
