/* Travel ANT print style */

body {
background: white;
font-family: Arial, Helvetica, sans-serif;
}

h1 {
font-size: 16pt;
letter-spacing: 5pt;
font-weight: bold;
}

h2 {
font-size: 12pt;
letter-spacing: 3pt;
font-weight: bold;
}

p {
font-size: 12pt;
text-align: justify;
margin-left: 10px;
} 

#printtop {
display: yes;
margin-bottom: 10px;
border-top:  1px #555555 dashed;
border-bottom:  1px #555555 dashed;
padding-top: 10px;
padding-bottom: 10px;
}

.adres {
font-size: 8pt;
text-align: justify;
}

#outer {
width: auto;
}

#top {
display: none;
}

#words {
display: none;
}

#nav {
display: none;
}

#leftarc {
display: none;
}

#wrapper, #content {
width: auto;
margin: 0 5%;
padding: 0;
float: none;
color: black; 
background: transparent;
border-top:  1px #555555 dashed;
border-bottom:  1px #555555 dashed;
padding-top: 10px;
padding-bottom: 10px;
}

#rightarc {
display: none;
}

#bottom {
display: none;
}

