body{
margin: 0;
background-image: url("figure/background.jpg");
background-repeat: repeat-y;
background-attachment: fixed;
background-color: #FFFFFF;
font-family: verdana ,monospace;
font-size: 0.8em;
color: #000000;
line-height: 200%;
}

dl{
margin: 1.5em;
margin-left: 60px;
}

ul{list-style-image: url(figure/menu_point.png);}

p{margin: 2em 0em;}

a{
color: #00CC00;
background-color: inherit;
font-family: verdana ,monospace;
font-size: inherit;
text-decoration:none;
border-bottom:1px #00FF00 solid;
}
a:hover{
text-decoration:none;
color: #009933;
background-color: inherit;
}
a:visited{
border-bottom: solid 1px #FF0066;
}


@media aural{
   pre{ speak:none;}
   .no_spk{ speak:none;}
}
@media print {
  body.contents{ margin-left: 0em;}
  body.middcon{ margin-left: 0em;}
  body{ background-image: none;}
  hr.div_chapter{
    border: 1px #000000 solid;
    border-style: solid none none none;
  }
}