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

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FF6600;
}
.tabel {
	background-color: #4A1800;
	border: 1px dotted #280D00;
	margin-top: 2px;
	margin-bottom: 2px;
}
.tabel th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(toptabel.jpg);
}
.tabel td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-left: 2px;
	padding-right: 2px;
	color: #FFFFFF;
}
.tabel td a:link {
	color: #FFFF00;
}
.tabel td a:hover {
	color: #FFFF7D;
	text-decoration: none;
}
.tabel td a:active {
	color: #FFFF00;
}
.tabel td a:visited {
	color: #FFFF00;
}
