/*
  read all styles from following file
  import hides styles from NS4
  use of this intermediate file should avoid the 'flash of unstyled content'...
*/
@import url("_live.css");.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}

