/* style "stolen" from Tristan Nitot tristan (at) nitot.com */
body
{
  font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: black;
  margin: 1.1em;
  font-size: 80%;
}
      
#presentation
{
  font-style: italic;
  color: #112233;
}
  
#presentation p
{
  margin: 0.6em;
}
  
h1
{
  font-style: normal;
  font-weight: bold;
  font-size: 140%;
}
h2
{
  font-weight: bolder;
  font-size: 125%;
  padding-bottom: 0;
  border-bottom: thin solid #330066;
  color: #330066;
  margin-top: 3.1em;
}
  
#photo
{
  float: right;
}


dt
{
  float: left;
}

a
{
  color: #333399;
  background-color: #ffffff;
  text-decoration: none;      
}
  
  
@media screen, print
{
  img
  {
    border: 1px solid #445566;
  }
  
  dt
  {
    width: 27%;
    font-weight: bold;
  }
    
  dd
  {
    padding: 0;
    width: 70%;
    margin-left: 29%;
    margin-bottom: 1em;
  }
}    

li
{
  /*     list-style-type: none;*/ 
  /*    padding: 0 0 0.4em 0;*/
  /*    margin: 0; */
}
  
ul
{
  /*    margin:  0;
        padding: 0; */
  list-style-type: disc;
}
  
@media print
{
  a
  {
    color: #333399;
    background-color: #ffffff;
  }
}

.formats{
  text-align: center;
}
