BODY {
   font-family: Helvetica, Verdana, Times, Serif ;  
   font-size: 14px;
   color: black;
   background-color: #FFFFFF;
 }

H1,H2,H3 {font-weight: normal;}

.lettrine {font-family: Verdana, Times,serif; font-size: 35px; /*font-weight: bold;*/ color: #CC0066;}

.big {font-size: 30px; }

LI {list-style-type: circle;}

.margin2 {	margin-left: 2cm;}

TABLE {font-size: 100% ; }


A:link	{
	color: #2244EE;	font-style:normal; 	text-decoration: none;				
	
	}

A:visited	{
	color: #2244EE;	  font-style:normal;		 	text-decoration: none;			
	}

A:active	{
	color:#2244EE;		text-decoration: none;			
	}
	
A:hover {	
	text-decoration:none;
        color: #000099;
	background: #AAAAFF;
	}

