// hiddenself.com CSS

// CSS tag-wide styles
body {
	font-size: 12px;
	color: #333333;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


// CSS classes

.bold {
	font-weight: bold;
	font-size: 12px;
	color: #663366;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}

.bold2 {
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}

.header {
	font-weight: bold;
	font-size: 10pt;
	color: #663366;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}

.more {
	font-weight: normal;
	font-size: x-small;
	color: #663366;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.rating {
	font-weight: normal;
	font-size: xx-small;
	color: #666666;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}

.reverselink {
	color: #330033;
}

.albumtracks {
	font-weight: normal;
	font-size: 12pt;
	color: #000000;
	line-height: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.link {
	color: #330033;
}

