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

.logo {
	position : absolute;
	left : 375px;
	top: 5px;
	
}

hr {
	color : #7FFFD4;
	width : 75%;
}

.articles {
	margin-left : 25px;
	margin-right : 25px;
	text-align : justify;
}

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

.subscribe {
	position : absolute;
	left : 375px;
	top: 100px;
}

strong {
	color : Aqua;
	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;
}

.newondvd {
	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;
}

.shoutout {
	border : thin solid White;
	margin-left : 5px;
	margin-right : 5px;
	padding-left : 5px;
	padding-right : 5px;
	color : #7FFFD4;
}

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

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

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

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


