 td, tr
{
	cursor: default;
	font: 12px verdana, arial, helvetica, sans-serif;
    color: #FFFFFF;
}
body { /* allow elements to be put to edge of the body */
	background: #000 url('http://www.pimplegends.com/images/body_bg.jpg') repeat-x 0 0;
	font-family: "Tahoma, Helvetica", sans-serif; /* Set primary font */
	color: #fff;
	font-size: 12px;
	background-position: fixed;

}

a:link, a:active, a:visited
{
FILTER: Glow(Color=#ff0000, Strength=8); 	
color: #7f4da3;
	font-weight: bold;
    text-decoration: none;
}


a:hover
{
	color: #F0D927;
	font-weight: bold;
    text-decoration: none;
}

/* form elements */
select, input, textarea
{
	
	font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	/*background-color: #330000;
	color: #EEEEEE;*/
}

   .menu:link, .menu:visited
   {
	color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
   }
   .menu:hover, menu:active
   {
	
    font-weight: bold;
    text-decoration: none;
   }

