<style type="text/css">
  

/* TITLES  */
/*-------------------------------------------------------------------------------------------*/
h1 {font-size:25px; text-align: left; color: #666666; margin:0;}
h2 {font-size:20px; text-align: left; color: #486895; text-transform: capitalize;}
h3 {font-size:18px; text-align: left; color: #666666;}
h4 {font-size:15px; text-align: left; color: #666666;}
h5 {font-size:13px; text-align: left; color: #666666;}
h6 {font-size:12px; text-align: left; color: #666666;}
/*-------------------------------------------------------------------------------------------*/

#block {
       background-color:#EFEFEF;
       border-style:solid;
       border-width:1px;
       border-color:#000000;
       border-top:1px solid #000000;border-right:1px solid #000000 ;border-left:1px solid #000000; border-bottom:1px solid #000000;
       margin: 0 auto;
       width:780px;
       height:auto;
}

.header{
       width:780px;
       height:100px;
       background-color:slategrey;
       margin:0 0 0 0;
       border:1px solid #000000 ;
       border-top:0;border-left:0;border-right:0;
       /*color: #555555; font-weight: bold; text-decoration: none; font-size:36pt;  */
       }
.left{
       width:150px;
       height:auto;
       background-color:#EFEFEF;
       background-image: "lateral.gif";
       border-style:solid;
       margin:0 0 0 0;
       border:1px solid #000000;
       border-top:0;border-right:0px ;border-left:0; border-bottom:0;
       float:left;
       padding:0;
}
.main{ font: Verdana, Arial, Helvetica, sans-serif;
       font-size:14px;
       width:619px;
       height:auto;
       background-color:#FFF;
       border-style:solid;
       border:1px solid #000000;
       border-top:0;border-left:1px solid #000000;border-right:0; border-bottom:0;
       margin: 0 0 0 150px;
       padding:5px;
}
.footer{font-size:12px;
       text-align:center;
       width:auto;
       height:30px;
       /*background-color:lightsteelblue;*/
       background-color:#4D3754;
       border-style:solid;
       border:1px solid #000000;
       border-top:1px solid #000000;border-left:0;border-right:0; border-bottom:0;
       margin:0px;
}
/*-------------------------------------------------------------------------------------------*/


/*IMAGES*/       
/*-------------------------------------------------------------------------------------------*/
.imagcent  {text-align:center; padding:5px;}
.imagright {text-align:right;  padding:5px;}
/*-------------------------------------------------------------------------------------------*/

/*LISTS*/
/*-------------------------------------------------------------------------------------------*/
/*Menu List*/
#menu {
	/*list-style-type:square;*/
	background-color:#EFEFEF;
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	margin:1px;
	padding:1px;
	border:1px solid #CCCCCC;
	}


/*Publications List*/
/*-------------------------------------------------------------------------------------------*/
.pub {
	list-style:square;
	margin:0 0 0 20px;
	padding:0;
}
.pub li {font-size:14px; color:#000000;	
	}
.research {font-size:14px;}
/*-------------------------------------------------------------------------------------------*/


/* LINKS */
a         {font-size:16px;}
a         {color: #4961e1; font-weight: bold; text-decoration: none;}
a:visited {color: #4D3754; font-weight: bold; text-decoration: none;}
a:hover   {color: #cc0000; font-weight: bold; text-decoration: none;}
a:active  {color: #cc0000; font-weight: bold; text-decoration: none;}

.footer a {font-size:14px;}
.footer a         {color: #000000; font-weight: bold; text-decoration: none;}
.footer a:visited {color: lightsteelblue; font-weight: bold; text-decoration: none;}
.footer a:hover   {color: #ffffff; font-weight: bold; text-decoration: none;}
.footer a:active  {color: #000000; font-weight: bold; text-decoration: none;}

h2 a         {font-size:20px;}
h2 a         {color: #486895; font-weight: bold; text-decoration: none;background-color:#EFEFEF;}
h2 a:visited {color: #4D3754; font-weight: bold; text-decoration: none;background-color:#EFEFEF;}
h2 a:hover   {color: #cc0000; font-weight: bold; text-decoration: none;background-color:#EFEFEF;}
h2 a:active  {color: #cc0000; font-weight: bold; text-decoration: none;background-color:#EFEFEF;}

.pub a         {font-size:14px }
.pub a         {color: #486895; font-weight: bold; text-decoration: none;}
.pub a:visited {color: #4D3754; font-weight: bold; text-decoration: none;}
.pub a:hover   {color: #cc0000; font-weight: bold; text-decoration: none;}
.pub a:active  {color: #cc0000; font-weight: bold; text-decoration: none;}

.research a         {font-size:14px }
.research a         {color: #486895; font-weight: bold; text-decoration: none;}
.research a:visited {color: #4D3754; font-weight: bold; text-decoration: none;}
.research a:hover   {color: #cc0000; font-weight: bold; text-decoration: none;}
.research a:active  {color: #cc0000; font-weight: bold; text-decoration: none;}


/*TABLES*/

/* cv */
/*-------------------------------------------------------------------------------------------*/
.tablehead {font-size:14px; text-align:center; background-color:#EFEFEF}
td {
	font-size: 14px;
	text-align :left;
	color : #000000;
}

.CV {font-size:14px; text-align:left; background-color:#ffffff}
.CV td {
	font-size: 14px;
	text-align :left;
	color : #000000;
	border:1px groove #cccccc;
	background-color:#efefef;
}
/*-------------------------------------------------------------------------------------------*/


 </style>

