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

/*UNIVERSAL STYLES*/

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
body {background-color:#333333}
table {background-color:#FFFFFF}
.styleEmail{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #000843
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*FOOTER STYLES*/

.stylefoot {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999
}
.stylefoot2{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #999999;
}
a.footlink:link {
color:#999999;
}
a.footlink:hover {
color:#333333
}
/*MUSIC PAGE STYLES*/

.stylemusichead{
font-family:Arial, Helvetica, sans-serif;
font: bold;
text-shadow:#003366;
font-size: 16px;
color: #B76265;
}
.stylealbum{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.stylealbumhead{
font-family:Arial, Helvetica, sans-serif;
font:bold italic;
font-size:16px;
color:#000843
}
.styletextgen{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-stretch:wider;
color:#333333;
}
a.track:link {
color: #000843;
}
a.track:visited {
color: #CC3300
}
a.track:hover {
color: #666666
}
a.albumlink:link {
color: #333333;
}
a.catchy:link {
	color: #CC0000;
	font-style: italic;
	font-weight:600;
	text-decoration:blink;
}
a.catchy:visited {
	color: #0000FF;
	font-style: italic;
	font-weight:600;
	text-decoration:blink;
}
a.catchy:hover {
	color: #0000FF;
	font-weight:600;
	font-style: italic;
}
/*FRIENDS PAGE STYLES*/

.stylefriends01{
font-family:Arial, Helvetica, sans-serif;
font: bold;
text-shadow:#003366;
font-size: 16px;
color: #66CC99;
}
.stylefriends02{
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
text-decoration:underline;
font-size: 14px;
color: #003366;
}
a.friends:link {
	text-decoration: none;
	color:#FF3366;
	font-weight:bold;
}

/*HOME PAGE STYLES*/
.stylehometext {
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:12px;
}