/* CSS Document */
body {
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#timetabell {
	border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
	margin-top:4px;
	font-size:11px;
}
#timetabell a {
	color:#003;
	font-weight:bold;
	text-decoration:none;
}
.antpers {
	font-size:8px;
}
#timetabell td {
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px;
}

