body 
{
 font-family:Verdana;
 font-size: 10pt;
 text-decoration:none;
 color: #000000;
 margin: 0px;

 background: #F0F0F0 url("./gif/papier.gif");
 /*background: #FFFBE6 url("./png/bg2.png");
 background: #FFFBE6 url("./jpg/bkgr.jpg");*/
}

h1
{
 font-family:Verdana;
 font-size: 20pt;
 text-decoration:underline;
 font-weight:bold;
 color: #FF0000;
}

h2
{
 font-family:Verdana;
 font-size: 8pt;
 text-decoration:none;
 font-weight:bold;
 color: #0000FF;
}

h3
{
 font-family:Verdana;
 text-decoration:none;
 font-size: 12pt;
 color: #00A0A0;
}

A
{
  font-family:Verdana;
  font-size:10pt;
  text-decoration:underline;
  color:#0000FF;
}

A:visited
{
  font-family:Verdana;
  font-size:10pt;
  text-decoration:underline;
  color:#8080F0;
}

A:hover
{
  font-family:Verdana;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;
  color:#FF0000;
}


.menu
{
  font-family:Verdana;
  font-size:10pt;
  text-decoration:underline;
  color:#0000FF;
}

A.menu:visited
{
  font-family:Verdana;
  font-size:10pt;
  text-decoration:underline;
  color:#8080F0;
}

A.menu:hover
{
  font-family:Verdana;
  font-size:9pt;
  font-weight:bold;
  text-decoration:none;
  color:#FF0000;
}

.Surl{text-decoration: overline;}

.curved 
{
 	border:3px solid #D6D6C2;
    background:#E0E9F8;
		
	margin:10px;
	padding:10px;
	
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	
	color:#000000; /* color of text */
	text-align:left;
	
 /* Rounded corners in most browsers! */
 -moz-border-radius:  15px; /* For Mozilla Firefox */
 -webkit-border-radius:  15px; /* For Safari */

 -khtml-border-radius:  15px; /* For Konqueror */
 border-radius:  15px; /* For future native implementations */

 behavior:url(./js/border-radius.htc);
}

.classic
{
	border:3px solid #D6D6C2;
    background:#E0E9F8;
	
	margin:10px;
	padding:10px;
	
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	
	color:#000000; /* color of text */
	text-align:left;
}