.title {
	font-size: 16px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #69149f;
	
}

body {
	background-color: #000000;
	
}

a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: none;
	color: #ed1f43;
}
a:active {
	text-decoration: none;
}
a.content:link {
	color: #ee1d42;
	text-decoration: none;
}
a.content:visited {
	text-decoration: none;
	color: #ee1d42;
}
a.content:hover {
	text-decoration: none;
	color: #b3b3b3;
}
a.content:active {
	text-decoration: none;
}
.p {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.caption  {
	font-size: 10px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666
}

.RedBold {
	font-size: 18px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ed1f42;
	font-weight: bold;
}

.WhiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
}
.song {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: 14px;
	font-weight: bold;
	color: #0d53bb;
}

.singers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	line-height: 14px;
	font-weight: bold;
	color: #5e5c5c;
}

.txtbigger {
	font-size: 14px;
}	
	
	
img.floatLeft { 
    margin: 0 10px 10px 0;
	padding: 0;
	border: 1;
	float: left;
}

img.floatRight { 
    margin: 0 0 10px 10px;
	padding: 0;
	border: 0;
	float: right;
}

.boxed {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: #ed1f42 1px solid;
padding: 0 20px 20px 20px;
background-color: #dddadb;
width: 800px;
float: left;
}


