﻿
 

    #printhead
    {
        display:none;
    }
    #head
    {
        position:fixed;
        margin:0;
        display:block;
        border-bottom:5px;
        border-bottom-color:Yellow;
        border-bottom-style:solid;
        top:0px;
        width:98%;
        z-index:5;
        text-align:center;
    }
    
    #head a:hover{color:Lime;}
    html
    {
        height:100%;
        max-height:100%;
        padding:0px;
        margin:0;
        border:0;
        background:#fff;
        font-size:100%;
        overflow:hidden;
    }
    .body
    {
        border-style: solid;
        border-color: blue;
        border-width: 0;
        height:100%;
        max-height:100%;
        overflow:hidden;
        padding:0;
        margin:0;
        background-color:Black;
        color: #FFFFFF;
    }
    #content
    {
        display:block;
        height:100%;
        max-height:100%;
        overflow: auto;
        min-height:100%;
        padding-left:0px;
        position:absolute;
        width:98%;
        z-index:3;
        top:15px;
    }
    .pad2
    {
        display:block;
        height:100px;
        border:solid 0px lime;
    }
        .style1
        {
            font-size: x-large;
        }
    

