/*
	Cascading Style Sheet for tapatko

	Author: TanaTko Ko. 1999-2009 (c)

	1099@tapatko.com 

	http://tapatko.com/

*/

html {

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

}



body {

	background-image: url(tapatko2009_back.png);
	background-position:center;
	font-family: Arial, Verdana;
	font-size: 12px;
	z-index: 0;

}

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



.artisttitle {

	font-weight: normal; 
	font-size: 14px; 
	text-transform: none; 
	font-family: serif, Verdana;
	text-decoration: underline

}

A:link {

	font-weight: normal;
	font-size: 14px;
	color: #000;
	font-family: serif, Verdana;
	text-decoration: underline

}

A:hover {

	font-weight: normal; 
	font-size: 14px; 
	color: #000; 
	font-family: serif, Verdana;
	text-decoration: none;
	background-color: #FFFFFF

}

A:active {

	font-weight: normal;
	font-size: 14px;
	color: #000;
	font-family: serif, Verdana

}

A:visited {

	font-weight: normal;
	font-size: 14px;
	color: #000;
	font-family: serif, Verdana

}