<style>

/*
	Style sheet for JookBox
*/

/* body text is white and defaults to 12px */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
        color: ffffff;
}

/* table data style also white 12px */
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
//      color: ffffff;
        color: 000;
}

/* This is used for a cheap logo for JookBox */
.huge {
	font-family: arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.bigger {
        font-family: arial, helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold;
}

/* This is used for JookBox info bottom of pages */
.tiny {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: ffffff;
}

/* link attributes - change colors to suit you needs... */
a:link {
//      color: #00CCFF;
        color: #900;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
}

a:visited {
//      color: #0099CC;
	color: #900;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
} 

a:active {
	color: ffffff; 
	font-family: arial, helvetica, sans-serif;
	text-decoration: none
} 

a:hover {
	text-decoration: none;
        color: ffffff
}

</style>

