<html>
<head>
<style type="text/css">
body {

MARGIN:8px; 
padding:0;
-moz-border-radius : 40px 40px 40px 40px;
background-color:#009900;
}
#menu {
height: 50px;
width : 1200px;
}
#menu ul {
margin:0;
padding:0;
list-style-type:none;
text-align:center;

}
#menu li {
float:left;
margin:auto;
padding:0;
-moz-border-radius : 40px 40px 40px 40px;

}
#menu li a {
display:block;
width:120px;
color:white;
text-decoration:none;
padding:5px;

}
#menu li a:hover {

background-color:#009900;
-moz-border-radius : 40px 40px 40px 40px;
}
#menu ul li ul {
display:none;
}
#menu ul li:hover ul {
display:block;
}
#menu li:hover ul li {
float:none;
}
#com  h2 {
 
width:auto; 
line-height: 80px;
-moz-border-radius : 40px 40px 40px 40px;
background-color:yellow;
}
.ListAff{	
	overflow:auto;
	overflow-x:hidden;
	font-family: arial;
	font-size: small;
	margin:5px;
	background-color: #FFFF70;
	-moz-border-radius : 40px 40px 40px 40px;
	border-spacing:0;}

a {
  text-decoration : none;
}
.tab {
-moz-border-radius : 40px 40px 40px 40px;
background-color:green;
border-spacing:0;
}
.eve{
text-decoration:blink;
}
img {
border:0;
}
#mytooltip{display:none;position:absolute;background-color:white;border:1px solid black;padding:5px;text-align:center;z-index:9999}
#mytooltip img+br+span{font-weight:bold}
</style>
</head>
</body>
</html>


