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

ul{ list-style-image: url(figure/point.jpg);}

p{ margin: 2em 0em;}

a{
color: #00CC99;
background-color: inherit;
font-family: verdana ,monospace;
font-size: inherit;
text-decoration:none;
border-bottom:1px #00FF66 solid;
}

a:hover{
text-decoration:none;
position:relative;
top: 0.3em; left: 0.3em;
color: #CC0000;
background-color: inherit;
}

a:visited{ border-bottom:1px #666666 solid;}

hr{
border-style: solid none none none;
border-color: #000000;
border-width: 1px;
}

.margin_1{ margin-left: 1em;}

@media aural{
   pre{ speak:none;}
   .no_spk{ speak:none;}
}