
body	   {	color: black;
		background-color: white;
		font-family: MS Sans Serif, sans-serif, arial;
		font-size: 13px;
		cursor: text; 
		margin-top:0; 
		margin-left:0; 
		margin-right:0; 
		}
H1         {	color: #333399;
		font-family: MS Sans Serif, sans-serif, arial;
		font-size: 38px 
		}
H2         {	color: #333399;  
		font-family: MS Sans Serif, sans-serif, arial;  
		font-size: 18px; 
		background-color: #eeeeee; 
		padding: 5 
		}
TD         {	color: black;    
		font-family: MS Sans Serif, sans-serif, arial;  
		font-size: 13; 
		cursor: text; 
		}
TH         {	color: black;    
		font-family: MS Sans Serif, sans-serif, arial;  
		font-size: 13px; 
		cursor: text; 
		}
A:link     { text-decoration: none }
A:visited  { text-decoration: none }
A:hover    { text-decoration: underline }

.lien 	   {	position: relative; 
		top: -5; 
		color: #aaaaaa; 
		font-size: 11px; 
		font-family: verdana;  
		font-weight: bold; 
		letter-spacing: -1pt; 
		text-decoration: none; 
		}
.divise    {	position: relative; 
		top: -3; 
		color: #C0C0C0; 
		background: #ffffff; 
		font-size: 12pt; 
		}
.summbox  {	margin: 0pt;
		padding: 6pt;
		border: 3pt;
		border-style: double;
		border-color: #333399;
		background-color: #eeeeee;
		width: 300px;
		text-align: left;
		}
