@charset "utf-8";
/* CSS Document */

a.navbar:visited {
	color:#000000 /* visited link */
	text-decoration: none;
	text-decoration: none;
}

a.navbar:link {
	color:#CF0707;   /* link */
	text-decoration: none;
	font-size: 14px;
}

a.navbar:hover {
	display:block;
	background:#CC0000;
	color:#000000;   /* link */
	text-decoration: none;
	font-size: 14px;
}


.navbardiv {
	color: #FFFFFF;
	display: block;
	text-align: center;
	border: 1px solid #000000;
	font-size: 10px;
}

.seminarlist {
	text-decoration:none;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}

.tabletext {
	font-size: 12px;
	width: 97%;
}
td{
	border: thin solid #000000;
	padding: .5px;
}

td#form{}
