
@font-face 
{
	font-family: neuropol;
    src: url('/fonts/NEUROPOL.ttf');
	font-weight: normal;
}

.bodyText {
	font-family: georgia; 
	font-size:16px; 
}

.goodluxcontrol {
			font-family:"New York";
			font-size:26px;  
			color:#333; 
			letter-spacing: 3px;
			margin: 0px 10px 10px 10px;}

a:focus { outline:none }

a {
    text-decoration: none;
}
a:link {
    color: #666666;
}
a:visited {
    color: #666666;
}
a:active {
    color: #666666;
}
a:hover {
    color: #930;
	 text-decoration: underline;
}

img {border:0px;}

div.credits {font-family:"Verdana";font-size:12px; }
div.title  {float:left; color:#777;}
div.credit {float:left; color:#555;}

div#goodluxheader {background-color:#FFFFFF; position:fixed; width:100%; margin:0px 0px 10px;z-index:+999; opacity:.90}
div#goodluxlogo	{float:left; }
div#goodluxcontrols {display:inline; float:right;}

