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

body{

 background-color: white;

 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;
}


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

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


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

.year{
 width: 10%;
 height: ;
 float: left;
 background-color: rgb(140,0,0);
 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;
}

.publication img:hover{
 border: 1px solid black;
}

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

.publication .reference:hover{
 background-color: rgb(250,250,210);
 border: 1px solid black;
}

.publication .briefly{
 color: gray;
}

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

