/*ELEMENTS*/
/*global*/

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}



a:link {color: #0099FF; text-decoration: none; font-weight: bold;}
a:visited {color: #0099FF; text-decoration: none; font-weight: bold;}
a:hover {color: #0099FF; text-decoration: underline; font-weight: bold;}
a:active {color: #0099FF; text-decoration: underline; font-weight: bold;}


a.text:link {color: #0099FF; text-decoration: underline; font-weight: normal;}
a.text:visited {color: #0099FF; text-decoration: underline; font-weight: normal;}
a.text:hover {color: #0099FF; text-decoration: none; font-weight: normal;}
a.text:active {color: #0099FF; text-decoration: none; font-weight: normal;}



/*type*/
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
	font-weight: normal;
}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #0099FF;
	font-weight: normal;
}

.specs { color:#333333;
          font-weight: bold;}

.artist { color:#333333}

.blue { color:#0099FF}