body { 
       background : #fff;
       color : #000;
       font-family : Arial, Helvetica, sans-serif;
       width : 720px;
}

a:link, a:visited {  
         background : transparent;
         color : #c00; 
}

a:active {  
         background : transparent;
         color : #000; 
}

h1 {  
     font-weight : normal;
}

h2, h3 {  
     font-size : medium;
}

h2 a:link, h2 a:visited, h3 a:link, h3 a:visited 
{  
  text-decoration : none;
  color : #000;
  background : transparent;
}

h2 a:hover, h3 a:hover 
{  
  text-decoration : underline;
}

h3 {  
     margin-bottom : 0;
}

h2 {   
     margin-top : 1.5em;
}

p.description 
{  
  margin : 0;
  padding : 0;
}

div.figure 
{  
  text-align: center;
  margin : 1.5em 10%;

}

div.figure p.caption 
{ 
  text-align:justify;
}







