a:link
	{
	text-decoration: none;
	color: #006699;
	font-weight : bold;
	}

a:visited
	{
	text-decoration: none;
	color: #0099CC;
	font-weight : bold;
	}

a:active
	{ text-decoration: none;
	color: #CCCCCC;
	font-weight : bold;
	 }

a:hover
	{
	background: cyan;
	}

body {
	color : black ;
	font-size : 14pt;
	margin: 0px;
	}

h1
	{
	margin-top:0em;
	font-family: Times, serif;
	font-size: 1.5em;
	font-style : normal; font-weight : bold;
	}

h1.less
	{
	margin-top:0em;
	font-family: Times, serif;
	font-size: 1.4em;
	font-style : normal; font-weight : bold;
	}

h2
	{
	margin-top:0em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	font-style : normal; font-weight : bold;
	}

h3
	{
	margin-top:0em;
	font-family: Times, serif;
	font-size: 0.8em;
	font-style : normal; font-weight : bold;
	}

p      {
       	margin-top:0em;
	font-family: Arial, sans-serif;
        font-size: 0.75em;
        font-style: normal;
        }

p.qq    {
	color : white ;
	font-weight : bold;
       	margin-top:0em;
	font-family: Arial, sans-serif;
        font-size: 0.75em;
        font-style: normal;
        }

.bleu{
	background-color:#99ccff
        }

.randlos{
	margin: 0px;
	padding: 0px;
	border: 0px;
        }

.mitte{
	height: 100%;
        }