/* Style-Sheet für tabelle.html */

body{
	background-color: #e1e1e1;
}

table{
	width: 600px;
	background-color: #ffffff;
	padding: 5px;
}

th{
	font-family: Georgia;
	font-size: 12px;
	background-color: #f5c91b;
	color: #4e4e4e;
	border-bottom: 1px solid black;
	padding: 5px;
}

td{
	font-family: Verdana;
	font-size: 10px;
	background-color: #ffff66;
	color: #2e2e2e;
	padding: 5px;
}