
/* Layout Stylesheet */ 

body {
 font-family:Arial; 
 font-size:12px;  
 float: center; 
 /*may fix firefox bug !*/
/*width: 640px;*/
 /*height:700px;*/
 /*background: #7990b0;*/
 background: #FFFFFF;
 color: #FFFFFF;
 /*border: 2px solid #424242;*/
 }

/* titles for the topics: could specify viewed link colour too */
.Arial12
{ font-weight: none; font-size: 14px; color : #FFFFFF	; }
.h1	
{ font-weight: bold; font-size: 16px; color : #FFFFFF	; }
.h2
{ font-weight: bold; font-size: 20px; color : #FFFFFF	; }


A:link   
{ text-decoration: none; 
  color : #FFFFFF; 
}
A:visited 
{ text-decoration: none; 
  color : #FFFFFF; 
}
A:hover	
{ text-decoration: none; 
  /*background: #FF0000; #DEDEEF*/
  background: #DEDEEF;
  color :#FFFFFF ; }

.maintitle	{
	font-weight: bold; font-size: 22px; 
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}