/*
 * General style sheet
 * Part: intro
 */

BODY  {
	font-family : Times New Roman, serif;
	font-size : 12pt;
}

TD  {
	font-family : Times New Roman, serif;
	font-size : 12pt;
}

A {
	font-family : Times New Roman, serif;
	font-size : 12pt;
}

A:hover {
	color: #CC0000;
}