/* Default CSS Stylesheet for a new Web Application project */



BODY
{
    BACKGROUND-COLOR: white;
}

p,td,select,input,textarea
{
	font-family:Arial ;
	font-size:12; 
	COLOR:#003366;	
}


A:link,	A:visited
{
	font-family:Arial;
	font-size:12; 
	text-decoration:underline;
	color:#003366;
	}

