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

* {
	font-family:Verdana, Geneva, sans-serif;
	}

.accessibility, #nav, #footer, #musikant{
	display:none;
	}
	
h1{
	font-size:16pt;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:20px;
	}	
	
h3{
	font-size:13pt;
	font-weight:bold;
	}	
	
h5, table th{
	font-weight:bold;
	}	
	
#content{
	clear:both;
	}
	
table td{
	padding:5px;
	border-bottom:1px solid #030;
	border-top:1px solid #030;
	}	
	
table{
	font-size:12px;
	width:800px;
	}	
	
.strong{
	font-weight:bold;
	}	
