/* CSS Document */body {	background-color: #FFFFFF;}	p, td { 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 14px;}p.title {	font-size: 72px;    font-weight: bold; }p.subtitle {	font-size: 18px;}.itemBorder {  border: 1px solid #000000;}a.bbb:link { color: #DDDDDD;  font-weight: bold;  font-size: 14px;  text-decoration: none; } a.bbb:visited { color: #DDDDDD;  font-weight: bold;  font-size: 14px;  text-decoration: none;  } a.bbb:active { color: #FFAA00;  font-weight: bold;  font-size: 14px;  text-decoration: none;  } a.bbb:hover { color: #FFFFFF;  font-weight: bold;  font-size: 14px;  text-decoration: none;  }