/*
 * Olli Rantapuska
 * Style Sheet for a net publication
 * http://www.iki.fi/oar/
 *
 * (C)1996-98, Olli Rantapuska
 * 
 * Big heading and green background slab at the top.
 */

BODY {
	margin-top: 0cm;
	margin-bottom: 0.5cm;
	background: url(images/main-back-thin.gif) repeat-x white;
}					/* Net publications */

H1 {
	margin-top: 0.1cm;
	font-style: italic;
	letter-spacing: -0.1cm;
	color: white;
	background: transparent;
 	font-size: 46pt;
}					/* Publication titles */

TD.Copyright {
	visibility: visible;
	text-align: right;

}					/* Addition in publications */
TABLE.Copyright {
	float: right;
}