/** CSS by KCS 2006/06/19
 * @author Csaba Kiss
 * @copyright 2006 KCS
 * @version $Id$
 */

body {
	font-family: Arial;
}

/* padding for images in list */
.t1 td img {
  border: 3px;
}

div.head {
  font-weight: bold;
  font-size: 1.2em;
}
div.foot {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
	background-color: #e11;
	color: #fff;
  width: 90%;
}


