BODY	{
background-image: url('bla.jpg'); 
background-attachment:fixed ;
background-repeat: no-repeat ; 
background-position: right bottom; 
margin:0px;
}

#tablebackground{
background-image: url("background.png");
background-repeat: no-repeat ; 
width:700px;
border: solid 0px green ;
}

#header {
padding-top:10px;
height:150px;
padding-left:0px;
}


#navigation ul{
margin:0px;
padding-top:100px;
padding-left:20px;
text-decoration:none;
}

H3{
font-size:14px;
text-align:left;
}

H2{
font-size:18px;
}


#navigation{
font-family:'Arial';
text-decoration:none; 
font-size:14px;
color:#66CC00;
text-align:right; 
font-weight:12px; 
padding-bottom:50px
}

#navigation li{text-align:left;padding:1px;}

#navigation a:hover{
font-family:'Arial';
font-size:14px;
text-decoration:none; 
color:#336600; 
text-align:center;
}

#navigation a.active:visited
{color:#336600;background:white}

p{
text-align:justify;
}


TD {
font-size:12px;
font-family:'Arial';
color:black;
vertical-align:top;
}

div.mi{
font-family:'Arial';
width:520px;
background-color:#FFFFFF;
margin-left: 50px;
margin-right: auto;
text-align:justify
}

span{
color:#336600;
}

a {
color:#66CC00;
text-decoration:none; 
}

a:hover {
color:#336600;
text-decoration:none; 
}

#footertext {
	font-family:'Arial';
	font-size: 11px;
	margin: 15px auto 0px;
	text-align: center;
	color: #969696;
}
#footertext a {
	font-size: 11px;
	color: #969696;
	text-decoration: none;
}

#footertext a:hover {
	text-decoration: underline;
}

#cadre {
  width:520px;
  border-width:2px;
  border-style:solid;
  border-color:black;
  text-align:justify;
 }
 
