body {
	background-color: #010070;
	margin: 0px;
	color: #000;
}

a, a:visited {
	color: #000099;
}

a:hover, a:active {
	color: #ffff00;
}

.welcome {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #333366;
}

.welcome b {
	color: #00004A;
}

.details {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	color: #f1f1ff;
	margin: 3px;
}

.details b {
	color: #fff;
}

.joinnow {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}
a.joinnow:link {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 22px;
	color: #FEF233;
	font-weight: bold;
	text-decoration: underline;
}
a.joinnow:visited {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 22px;
	color: #FEF233;
	font-weight: bold;
	text-decoration: underline;
}
a.joinnow:hover {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.joinnow:active {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.blines {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #000000;
}
a.blines:link {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.blines:visited {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
a.blines:hover {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}
a.blines:active {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
}

.thumb a {
	border: solid 1px #ccccff;
}

.thumb {
	border: solid 1px #ccccff;
}

.trailer_name {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	text-align: center;
	position: relative;
	font-weight: bold;
	top: 4px;
}

.trailer_desc {
	font-family: "Segoe UI", Arial, Tahoma, Sans-Serif, Arial;
	font-size: 12px;
	color: #00004B;
	position: relative;
	padding-right: 10px;
	padding-left: 6px;
}

.dvdname {
	font-family: Arial;
	font-size: 12px;
	color: white;
	font-weight: bold;
	position: relative;
	top: 6px;
	left: 12px;
}

.dvdname a {
	font-size: 10px;
	color: #ffdb45;
	text-decoration: none;
}

.dvdname a:hover {
	background-color: #ffdb45;
	color: #000000;
}