/* - - - - - - - - - - - - - - - - - - - - -
Title : print-style.css
URL : http://www.rchem.net/print-style.css
- - - - - - - - - - - - - - - - - - - - - */
/* ----- CSS ----- */
*{
}
html{
}
body{
background: #ffffff;
color: #000000;
margin: 0;
font-family: sans-serif;
}
img{
border: 0px;
}
#navigation{
display:none;
}
#subtopics{
display:none;
}
#np{
display:none;
}
#sm{
display:none;
}
a, a:visited, a:active, a:focus{
color: #000;
text-decoration:none;
}
input[type=submit],input[type=reset],input[type=button]{
display: none;
}
h2{
margin: 1px;
}
h3{
margin: 1px;
}
h4{
margin: 1px;
}
hr{
border: 0px;
border-top: 1px solid black;
}

