
@page         { margin: 10% }

body {
	margin : 0;
	padding: 0;
	background-image : none;
}	

H1, H2, H3, H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }

ul, BLOCKQUOTE, PRE           { page-break-inside: avoid }

UL, OL, DL    { page-break-before: avoid }

p {
	page-break-inside: avoid;
	}
	
a:link {
	text-decoration: underline;
	color: #0066cc; }

a:visited {
	text-decoration: underline;
	color: #0066cc; }	
	
#subNavi a:link, #subNavi a:visited
{
border-top: 4px solid #ffffff;
}	