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;
}

.menus {
	margin-left : 35px;
	margin-right : 35px;
	border : thin groove White;
}

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;
}

strong {
	color : Aqua;
	font-size : 11pt;
	}

em {
	color : Yellow;
	font-style : normal;
	font-size : 11pt;
}

.subscriptions {
	border : thin solid #7FFFD4;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 10px;
	margin-right : 10px;
}

.special {
	border : thin solid Fuchsia;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 10px;
	margin-right : 10px;
}

.current {
	border : thin solid Yellow;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 10px;
	margin-right : 10px;
}

.back {
	border : thin solid White;
	padding-left : 5px;
	padding-right : 5px;
	margin-left : 10px;
	margin-right : 10px;
}

.scroller {
	color : White;
	font-weight : bolder;
	font-size : large;
	position : absolute;
	left : 375px;
	top: 100px;
}