/**
 * Costumize Layout
 *
 * W. Nagy
 *
 */

html, body, h1, h2, h3, h4, h5, h6{
  font-family: Arial, Helvetica, sans-serif;
  color:#9d2632;
  }

body {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   border:0
   }

p {
   color:black;
   }

input[type=text] {
   font-family:monospace;
   }

.backlink {
   background        : transparent;
   color             : grey;
   border            : none;
   padding           : 0;
   margin            : 0;
   }

.ny-actionbutton-size {
   width:32px;
   }

.vspacer-1{line-height:1px;}
.vspacer-2{line-height:2px;}
.vspacer-4{line-height:4px;}
.vspacer-8{line-height:8px;}

.vspacertr-1{height:1px;}
.vspacertr-2{height:2px;}
.vspacertr-4{height:4px;}
.vspacertr-8{height:8px;}
