        body {
            font-family: 'Courier New', Courier, monospace;
            background-color: #f5f5f5;
            color: #333;
            margin: 0;
            padding: 0;
            justify-content: center;
            align-items: center;
            height: 100vh;
            text-align: center;
        }
   table {
         font-family: 'Courier New', Courier, monospace;
         font-size:13px;
      }
      h1,h2,h3,h4,h5,p,ul {
         font-family: 'Courier New', Courier, monospace;
      }

    .vertical-text {
        transform: rotate(90deg);
        transform-origin: left 0 top 0;
	position: absolute;
	padding: 4px;
	text-indent: -1em;
    }
    .ybox {
	background-color: #555555;
	width: 11px;
	height: 11px;
	margin: 2px;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    }
    .nbox {
	background-color: #aaa;
	width: 3px;
	height: 3px;
	margin: 7px;
    }
     div.spanall { 
        clear: both; 
        width: 100%; 
        font-size:12px;
     }

    div.normal { 
        clear: both; 
        width: 100%; 
        padding-left:10px;
        font-size:12px;
     }

     div.pagetitle { 
        padding: 4px 0px; 
        line-height: 18px; 
        font-family: Lucida Console, Verdana, Arial, sans-serif;
        color: #900;
        font-size:18px;
        text-align:left; 
     }
 
     div.sectiontitle { 
        line-height: 12px; 
        font-family: Lucida Console, Verdana, Arial, sans-serif;
        font-weight: bold;
        color: #900;
        font-size:12px;
        text-align:left; 
        margin: 0px 0px 0px 4px;
     }

     a { 
        display:inline;
        color:#00a;
        text-decoration:none;
     }

     a:hover {
        text-decoration:underline;
     }

     p { 
        margin: 0px 20px 0px 20px;
     }

     div.right p { 
        margin: 0px 20px 0px 20px;
     }
      
     div.centered {
        background-color: transparent;
        position: absolute;
        top: 50%;
        margin:-40px 0px 0px 0px;
        width: 100%;
        text-align: center;
     }
      
     div.footer {
	    background-color: transparent;
	    position: absolute;
	    bottom: 20;
	    margin: 0px 0px 0px 0px;
	    width: 100%;
     }

div.contentarea {
    display: block;
    background-color: #FFFFFF;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 90;
    left: 170;
}

