@charset "utf-8";
/* CSS Document */

.artists_artist_name {
font-weight: bolder;
font-variant:small-caps
}

.artists_artist_picture img{
   border:5px dotted #000000;
   padding:1px;
   background-color:#006600;

}

.artists_total_recordings {
font-weight: bolder;
font-style:italic;
color:#990000;
}

.record_side_menu ul{
padding:5; 
margin:5; 
}

.full_view_songs a{
font-size:14px;
font-weight:bolder;
color:#990033;
text-decoration:none;
}

.full_view_dates {
color: black;
font-weight: bolder;
font-style:italic
}

.full_view_artists {
font-weight: bolder;
font-family:Georgia, "Times New Roman", Times, serif;
color:#006699;
font-variant:small-caps;
font-size: 15px;
}

.full_view_genres {
font-weight: bolder;
font-style:italic;
font-size:12px;
}

.legend {

padding: 5px;

}

.nav_numbers a{
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	color:#00CCCC;
	text-decoration: none;
}

.nav_numbers a:hover{
	color:#ff0033;
	text-decoration:underline;

}

.nav_numbers_active {
font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	color:#FF0033;
	
}
