BODY {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: black;
 background-color : white;
}

H1  {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 14pt;
 font-weight: bold; 
 margin-left: 2%;
 margin-right: 2%;
}

P {
 font-size: 10pt;
 font-weight: normal; 
 margin-left: 2%;
 margin-right: 2%;
}

a:link {
 font-size: 8pt;
 font-weight: normal;
 color: black;
 text-decoration: none;
 }
  
a:visited {
 font-size: 8pt;
 font-weight: normal;
 color: black;
 text-decoration: none;
}

a:hover {
  font-size: 8pt;
  font-weight: normal;
  color: black;
  text-decoration: underline;
  background-color : silver;
} 

/* MENU1 */
.menu ul{ font-size: 10pt; 
    list-style-type:none;
	 margin: 5px;
	 padding: 2px;
	 border: 1px solid #B7B9FF;
}

.menu li{
	 text-decoration: none; 	
    border: 0;
    background: #CACAFF;
	 margin: 0px;
	 padding: 2px 10px;
	 border-left: 1px solid #fff;
	 border-top: 1px solid #fff;
	 border-right: 1px solid #8286FF;
	 border-bottom: 1px solid #8286FF;
}

.menu a:Link {
	 text-decoration: none; 	
	 background: #CACAFF;
    border: 0;
	 margin: 0;
  }
 
 
.menu A:Visited {
	 text-decoration: none; 	
    border: 0;
	 background: #CACAFF;
	 margin: 0;
}

.menu A:Hover {
    text-decoration: none; 
	 display: block;
	 background: White;
	 color: Black;
}

.keyword {
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 font-size: 8pt;
 font-style: italic;
 margin-right: 2%;
}
