body {
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : White;
		background-image : url(../images/main/2008cover.jpg);
	background-position : top-left;
	background-repeat : no-repeat;
}

.scroller {
	color : White;
	font-weight : bolder;
	font-size : large;
	position : absolute;
	left : 475px;
	top: 100px;
}


.subscribe {
	position : absolute;
	left : 375px;
	top: 100px;
}
	
strong {
	color : Red;
	font-size : x-large;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

em {
	color : Yellow;
	font-style : normal;
	font-size : 11pt;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.newmusic {
	border : thin solid White;
	margin-left : 40px;
	margin-right : 40px;
	padding-left : 5px;
	padding-right : 5px;
}

.menus {
	margin-left : 30px;
	margin-right : 30px;
	border : thin groove White;
}

.awards {
	border : thin dotted White;
	margin-left : 25px;
	margin-right : 25px;
	padding-left : 5px;
	padding-right : 5px;
}

.news {
	border : thin solid White;
	margin-left : 5px;
	margin-right : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

.reviews {
	border : thin dotted White;
	margin-left : 5px;
	margin-right : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

A:LINK {
	font-weight : bolder;
	text-decoration : underline;
	color : White;
}

A:ACTIVE {
	font-weight : bolder;
	text-decoration : underline;
	color : White;
}

A:VISITED {
	font-weight : bolder;
	text-decoration : underline;
	color : #FF1493;
}

A:HOVER {
	color : Aqua;
	font-weight : normal;
}

