body {
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B80000;
	text-decoration: none;
}
p {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border:0;
}

a:link {
 color:white;
 text-decoration:none;
}

a:visited {
 color:white;
 text-decoration:none;
}

a:hover {
 color:red;
 text-decoration:none;
}

a:active {
 color:white;
 text-decoration:none;
}

span.cross{
 font:13px arial;
 color:red;
 font-weight:bold;
}

span.menulink{
 font:11px arial;
 font-weight:bold;
}

span.dvdcontent{
 font:12px arial;
 color:white;
}