body   {
	margin-right:12%;
	margin-left:12%;
	margin-top:2%;
	margin-bottom:4%;
	background-color:#FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	}

h1 	{
	 font-family:Courier New;
	 font-size:22pt;
	 }

h2	{
	 font-family:Verdana, Arial, Helvetica, sans-sefif;
	 font-size:12pt;
	 }

h3	{
	 font-family:Verdana, Arial, Helvetica, sans-sefif;
	 font-size:12pt;
	 }   
   
table	{
	 font-family:Verdana, Arial, Helvetica, sans-sefif;
	 font-size:8pt;
	 }

a:link	{
	 text-decoration:none;
	 font-weight:bold;
	 }

a:active {
	  text-decoration:none;
	  font-weight:bold;
	  background:#3333FF;
	  color:#FFCC66;
	  }

a:visited {
	   text-decoration:none;
	   font-weight:bold;
	   color:blue;
	   }

a:hover	 {
	  text-decoration:none;
	  font-weight:bold;
	  background:#3333FF;
	  color:#FFCC66;
	  }

a.extern:link	{
                 text-decoration:none;
		 font-weight:bold;
		 color:blue;
		 background:#FFCC66;
		 }

a.extern:visited	{
		 text-decoration:none;
		 font-weight:bold;
		 color:blue;
		 background:#FFCC66;
		 }

a.extern:active	{
		 text-decoration:none;
		 font-weight:bold;
		 color:blue;
		 background:#FFCC66;
		 }

a.extern:hover	{
		 text-decoration:none;
		 font-weight:bold;
		 color:blue;
		 background:#FFCC66;
		 }

a.valide:link	{
     text-decoration:none;
		 color:#FFCC66;
		 }

a.valide:visited	{
		 text-decoration:none;
		 color:#FFCC66;
		 }

a.valide:active	{
		 text-decoration:none;
     color:#FFCC66;
		 }

a.valide:hover	{
		 text-decoration:none;
		 color:#FFCC66;
     }




