* {margin:0; padding:0;}

body {
	font: 70% Tahoma;
	color: black;
	background: white;
	margin: 0px;
	padding: 0px 0px 30px;
}

table {
	border-spacing: 0px;
	margin-bottom: 0px;	
}

.imagelink{
    border-style : none;
	cursor: pointer;
	cursor: hand;
	color:white;
}

.menuitem{
	font-weight: bold;
	text-decoration:underline;
}

.link{
	color:black;
	font-weight: normal;
	text-decoration:underline;
}

.underline{
	text-decoration:underline;
}

.textlight{
	color:lightgrey;
}

table.tracks {
	border-style: solid; 
	border-width: 0px; 
}

table.tracks td {
	text-align: center;
	padding: 0px 5px;
}

table.tracks td.time {
	padding-left: 10px;
}

a {
	color: black;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
}

a:focus {-moz-outline:0;outline:0;outline-offset:0;}
a img {border:0;text-decoration:none;} 
