a:link, a:visited 
	{
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover 
	{
	text-decoration:none;
	}

.main, .main:link, .main:visited  {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
	}
.main:hover 
	{
	text-decoration:none;
	}
		
.sub, .sub:link, .sub:visited  {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	font-weight:normal;
	}
.sub:hover 
	{
	text-decoration:none;
	}
	
.albumlist, .albumlist:link, .albumlist:visited  {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	}
.albumlist:hover 
	{
	text-decoration:underline;
	}