body 
	{
	background-image: url(img\bg01.gif);
	text-align: justify;
	}

a 
	{
	text-decoration: underline; 
	color: 00BB00;
	}

a:hover 
	{
	text-decoration: none; 
	color: red;
	}
