/*
 * style sheet for cooperation projects
 *
 * version 1.0.0 - 04/oct/99
 */
body {
	background: white;
	font-family: helvetica;
}

h1 {
	font-size: 100%;
	font-weight: bold;
}

div.title {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
}

div.author {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

div.date {
	text-align: center;
	font-size: 120%;
}

p.foot {
	font-style: italic;
	font-size: 80%;
	text-align: right;
}

img.leftaligned {
	align: left;
}

img.rightaligned {
	align: right;
}

