@charset "utf-8";
/* (c) resist.hu 2008 */

/*ALAPVETŐEN LASTFM API STYLE BEHÍVVA*/

body {
	background: #ffffff;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 10px; 
	margin:0px;}
	
#container{
	margin:2px auto auto 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;}
	
#head{ 
	float:left; 
	width:150px;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
	padding:0; }

a { color: #0066cc;
	text-decoration:underline;}
	
a.lista:link { color: #0066cc;
	text-decoration:underline;}
	
a.lista:visited { color: #0066cc;
	text-decoration:underline;}
	
a.lista:hover { color: #fff;
	background-color: #0066cc;
	text-decoration:none;}
	
a.lista:active { color: #fff;
	background-color: #0066cc;
	text-decoration:none;}
	
a:hover {
	color: #fff;
	background-color: #0066cc;
	text-decoration:none;}
	
a.pici { color: #aaa;
	text-decoration:underline;}
	
a.pici:hover {
	color: #0066cc;
	background-color: #fff;
	text-decoration:underline;}
	
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	margin:0px;}
	
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0066cc;
	margin:0px;}
	
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	margin:0px;}
	
h4 {
	font-size: 10px;
	font-weight: bold;
	margin:0px;}
	
.pici {
	font-size:9px; color: #aaa;}
	
input { 
    border: 1px solid #999; 
    background-color: #fff;
	padding:2px;
	font: normal 11px Verdana, sans-serif;
	color:#777; }

input[type="submit"], button {
	font: normal 1em Verdana, sans-serif; 
	margin: 0; 
	color: #666;
	padding:2px;
	background: #fff ;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-left: 1px #999 solid;
	border-top: 1px #999 solid;
	font: normal 11px Verdana, sans-serif;}
	
.notunderline{
	text-decoration:none !important;}
           
