/*

	Cascading Style Sheet for tapatko
	Author: TanaTko Ko. 1999-2008 (c)
	live@tapatko.com 
	http://tapatko.com/

*/
html {
	height: 100%;
    margin: 0 auto; /* Center of the page */
}

body {
	background-image: url(tapatko2007_back.png);
	z-index: 0;
}

img, div { behavior: url(iepngfix.htc) }

.artisttitle {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 14px; 
	TEXT-TRANSFORM: none; 
	FONT-FAMILY: Arial, serif, Verdana;
	text-decoration: underline
}
.label {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	TEXT-TRANSFORM: none; 
	COLOR: #000000; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial, serif, Verdana;
	FONT-VARIANT: normal; 
	line-height: normal;
}
.comment {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, verdana, serif; 
    font-style: italic; 
    text-decoration: none;
}
.lyrics {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
A:link {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Arial, serif, Verdana
; text-decoration: underline
}
A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, serif, Verdana
; text-decoration: none
; background-color: #FFFFFF
}
A:active {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #999999; FONT-FAMILY: Arial, serif, Verdana
; text-decoration: none
}
A:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Arial, serif, Verdana
; text-decoration: underline
}