    body { /* redundant rules for bad browsers  */
            font-family: "Trebuchet MS", Verdana, sans-serif;
            font-size: small;
            voice-family: "\"}\"";
            voice-family: inherit;
			text-align: justify;
			background:#000000;
			color:#FFFFFF;
    }
	
	table, td, th, input { /* redundant rules for bad browsers  */
            font-family: "Trebuchet MS", Verdana, sans-serif;
            voice-family: "\"}\"";
            voice-family: inherit;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
    }
	
	
	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: "Trebuchet MS", Verdana, sans-serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}
	
	.whitesmall{
		color:#FFFFFF;
		font-size: 60%;
		text-decoration:bold; 
	}
			
	a.pink:link {
		color:#F40F6B;
		text-decoration:; 
	}
	a.pink:visited {
		color:#F40F6B;
		text-decoration:none; 
	}
	a.pink:hover {
		color:#F33799;
		text-decoration:underline; 
	}
	
	a.cyan:link {
		color:#00A0C6;
		text-decoration:none; 
	}
	a.cyan:visited {
		color:#00A0C6;
		text-decoration:none; 
	}
	a.cyan:hover {
		color:#9AD9E9;
		text-decoration:underline; 
	}
	
	a.menu:link {
		color:#00A0C6;
		font-size:110%;
		text-decoration:bold; 
	}
	a.menu:visited {
		color:#00A0C6;
		font-size:110%;
		text-decoration:bold; 
	}
	a.menu:hover {
		color:#9AD9E9;
		font-size:110%;
		text-decoration:bold underline; 
	}
	