body {
    background:#fff;
    font:normal 10pt Tahoma, Arial, Verdana, Tahoma, sans-serif;
    margin:0;
    padding:0;
}
a:link, a:visited {
    color: #666;
    background: transparent;
    text-decoration: underline;
}
#x-wrapper {
    padding:0.5cm 1cm;
}
#x-header {
    border-bottom: 1px solid #444;
}
#x-footer {
    border-top:1px solid #000;
    font-size:0.8em;
    color:#666;
    padding:0.25cm 0 0;
}
/*
 * content
 */
.x-content-text a:link:after, .x-content-text a:visited:after {
    content: " (" attr(href) ")";
    font-size: 90%;
}
.x-tools, .x-column-aside {
    display:none;
}
/*
 * toolbar
 */
#x-print-toolbar {
    display:none;
}
/*
 * fontsize
 */
.x-fontsize-small {
    font-size:8pt !important;
    line-height:11pt !important;
}
.x-content-text {
    font-size:10pt !important;
    line-height:13pt !important;
}
.x-fontsize-big {
    font-size:12pt !important;
    line-height:15pt !important;
}
table{
	border:1px solid #333;
	border-bottom: 0;
	border-right: 0;
}
table th, table td{
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
