body {
	background : #3366CC;
	font-family : "Times New Roman", Times, serif;
	color : Black;
}
a:link { color:#000050;}
a:visited {
	color: Purple;
}
a:active {
	color: Red;
	letter-spacing : 2px;
	
}
h1    {font-family:"times new roman";font-style:normal;font-size:20pt;text-align:center;}
p.thema {
	font-size:large;
}
p.small {
	font-size: smaller;
	text-align : right;
	margin-top : 0px;
}

p.big {
	font-size: larger;
}
p.medium {
	font-size: medium;
}

em.red {
	color: Red;
	font-style : normal;
}
em.green{
	color: Green;
	font-style : normal;
}
em.gray{
	color: Gray;
	font-style : normal;
}
em.larger{
	font-size: larger;
	font-style : normal;
}
p.rand {
	padding-left: 40pt;
}

p.block{
	text-align: justify;
}