a:link					{ color: #660; text-decoration: none;}
a:visited					{ color: #660; text-decoration: none; }
a:hover					{ color: #D70000; text-decoration: none; }
a:active					{ color: #660; text-decoration: none; }

body, td, li, input, select, textarea
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:  13px
}

h1
{
	font-size:  	18px;
	font-weight: 	bold;
	margin:			10px 0px 10px 0px;
}

h2 
{
	font-size:		14px;
	font-weight:	bold;
	margin:			0px 0px 0px 0px;
}

h3 
{
	font-size:		14px;
	font-weight:	normal;
	margin:			0px 0px 0px 0px;
}

h4
{
	font-size:		12px;
	font-weight:	normal;
	margin:			0px 0px 0px 0px;
}

h5
{
	font-size:		11px;
	font-weight:	bold;
	margin:			5px 0px 0px 0px;
}

.nav
{
	background-position: 	bottom left; 
	background-image: 		url('projekt/assets/images/nav_lisa.jpg'); 
	background-repeat: 		no-repeat;

}

.nav-main
{
	font-family: Trebuchet, Times Roman, serif;
	color: #660;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.nav-sub
{
	font-family:	Trebuchet, Times Roman, serif;
	font-size:		11px;
	font-weight:	300;
	text-align:		right;

}
.nav-store
{
	font-family:	Trebuchet, Times Roman, serif;
	font-size:		11px;
	font-weight:	300;
	text-align:		right;

}

.button a:link {padding: 5px; border: 2px solid black; background: #CCC; color: #000; font: bold 12px sans-serif;}
.button a:visited {padding: 5px; border: 2px solid black; background: #CCC; color: #000; font: bold 12px sans-serif;}
.button a:hover {background: #000; color: #CCC;}
.button a:active {background: white; color: maroon;}

.artist-title
{
	font-size:  	18px;
	font-weight: 	bold;
	margin:			0px 0px 5px 0px;
}

.review-title
{
	font-size: 14px;
	color: #976d57;
}

.review-body
{
	font-size:		11px;
	margin:			5px 20px 0px 20px;
}