/* Default CSS Stylesheet for a new Web Application project */

BODY {
    BACKGROUND-COLOR: Black;
    margin: 0;
    background-image:  url(images/bg1.jpg);
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    color: F9DC44;
}

A {
	text-decoration:	underline;
	color:	#FF6600;
	}
		
A:hover	{	
	text-decoration: none;
	color:	#CC0000;
	}