/* - - - - - - body - - - - - - - - */

body{

 background-color: rgb(220,220,220);

 a{
  text-decoration: none;
 }

 a:hover{
  text-decoration: underline;
 }

}

/* - - - - - - header tables  - - - */

.headertable{
 color: white;
 border: 0px;
 width: 100%;
 cellpadding: 0px;
 cellspacing: 1px;
 background-color: rgb(080,000,000);
 frame: above;
 height: 30px;
 align: left;
 valign: center;
}

.headertable a{
 color: white;
 text-decoration: none;
}

.headertable a:hover{
 text-decoration: underline;
}

.highlight{
 font-family:Arial;
 color: black;
 border: 0px;
 width: 100%;
 cellpadding: 0px;
 cellspacing: 1px;
 background-color: rgb(245,245,201);
 frame: above;
 height: 30px;
 align: left;
 valign: center;
}

.highlight a{
 color: black;
 font-family: Arial;
 font-weight: bold;
 text-decoration: none;
}

.highlight a:hover{
 color: blue;
 text-decoration: underline;
}

/* - - - - - - paragraphs - - - - - */

p{
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
}


/* - - - - - - publication year  - - */

.year{
 width: 10%;
 height: ;
 float: left;
 background-color: rgb(200,000,000);
 color:white;
}

.year a{
 color: white;
 text-decoration: none;
}

.year a:hover{
 text-decoration: underline;
}

/* - - - - - - publication  - - - - - - */

.publication p{
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 1px;
}

.publication img{
 height: 80px;
 width: 80px;
 float: left;
 padding-top: 1px;
 padding-left: 1px;
 border: 1px solid white;
 border-color: rgb(220,220,220);
}

.publication img:hover{
 border: 1px solid white;
 border-color: rgb(220,220,220);
}

.publication a{
 text-decoration: ;
 text-color: black;
}

.publication a:hover{
 text-decoration: underline;
 text-color: blue;
}

.publication .briefly{
 color: gray;
}

.publication .briefly:hover{
 background-color: rgb(240,240,230);
 color: black;
}

/* - - - - - - reference  - - - - - - - */

.reference a:link{
  color: black;
}

.reference a:visited{
  color: black;
}

.reference a:hover{
  color: blue;
  font-weight: ;
  font-family: ;
}

.reference a:active{
  color: black;
}

/* - - - - - - publication reference  - - - - - - - */

.publication .reference{
 padding-left: 0px;
 margin-left: 84px;
 background-color: rgb(220,220,220);
 min-height: 83px;
 border: 1px solid white;
 border-color: rgb(220,220,220);
}

.publication .reference:hover{
 background-color: rgb(240,240,230);
 border: 1px solid white;
 border-color: rgb(220,220,220);
}
