body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fee6a0;
}

p {text-align:justify;}
h1 {font-size:2em; text-align:center; color:#993300; }
h2 {font-size:1.5em;text-align:center; color: #993300;}

A:hover {color: red;}
A:link {
	color: #993300;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A:active {
	color: #993300;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A:visited {
	color: #993300;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

UL {
	list-style-image:URL(images/startrans2.gif);
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
	
.table2 {
	border: 2px #ffcc00;
	background : #fee6a0;
	border-color : #ffcc00;
}

.fondtxt { background-color: #ffcc00; }

.menu { position:absolute; 
                visibility:hidden; 
                background-color: #fee6a0; 
                color: black;
                width: 500px;
                border-style: solid; 
                border-color: #993300; 
                border-width: 3px; 
                font-size : 10px;
	font-family: Arial, Helvetica, sans-serif;
                font-weight: bold;
                line-height: 16px;}
