@charset "utf-8";
/* CSS Document */

@import url("../global.css");

table.MenuTB #Learn {background-color:#555;}

div.Intro {
}


div.Intro p {
	font-size: 96%;
	line-height: 140%;
}


@media print {

div.Intro p {
	line-height: normal;
}

}

