@import url(screen.css); 
@import url(common.css); 

#header,#navigator,#footer {
display:none;
}

#main_and_footer {
position: static;
top: 0cm;
left: 0cm;
width:17cm;
}

.img_block {
position:static;
float:right;
width:4cm;
margin: 10px;
}

#main p, h1 {
width:17cm;
}

#main  h2 {
width:17cm;
}

.maintable {
width:17cm;
}

 a[href]:after {
 content:" <"attr(href)">";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 

 *[name]:after {
 content:" [#"attr(name)"]";
 color:#888;
 background-color:inherit;
 font-style:italic;
 size:80%;
} 


