<!-- header -->
	
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	text-decoration: none;
	font-variant : small-caps;
	color: black;
	font-weight : bold;
}

<!-- body -->

.body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : none;
	text-align : justify;
	color: black }

<!-- picture -->

.picture {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: black;
	font-weight : bold;
}

<!-- minihead -->

.minihead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: black;
	font-weight : bold;
	text-decoration : none;
}

	
	A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration : underline;
	color: black;
	}
	
	A:hover {
	text-decoration : none;
}
