body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/lworldclub_bg.jpg);
	color: #FFFFFF;
}


h1 {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #48b74c;
	border: 0px;
	width: 500px;
	height: 16px;
	padding-left: 6px;
	padding-top: 3px;
	letter-spacing: 0.5px;
	color: #FFFFFF;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	border: 0px;
	width: 500px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 0.5px;
	color: #48b74c;
	border: 1px solid #48b74c;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
}

h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #48b74c;
}

b {
	font-weight: bold;
}

td {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	color:#FFFFFF; 
	font-size: 0.7em;
	line-height: 1.1em;
}
.small {
	font-size: 9px;
}

/* links on white or pink bg */
A    {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #E4018E;
    text-decoration: underline; 

}
A:visited {
	color: #E4018E;
}
A:link {
	color: #E4018E;
}
A:hover {
	color: #CCCCCC;
    text-decoration: none; 
}
A:active {
	color: #CCCCCC;
}

/*  links on black bg */
A.light    {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
    color: #CCCCCC;
    text-decoration: underline; 

}
A.light:visited {
	color: #CCCCCC;
}
A.light:link {
	color: #CCCCCC;
}
A.light:hover {
	color: #CCCCCC;
    text-decoration: none; 
}
A.light:active {
	color: #CCCCCC;
}

/* links for navi */
A.navi {
	color: #FFFFFF;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 1.5em;
	font-style: italic;
	line-height: 1.5em;
    text-decoration: none;
}
A.navi:visited {
	color: #FFFFFF;
}
A.navi:link {
	color: #FFFFFF;
}
A.navi:hover {
	color: #CCCCCC;
}
A.navi:active {
	color: #CCCCCC;
}

