/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 6 Jun 2022, 15:57:47
    Author     : AgentFluffy
*/

* {margin: 0px; padding: 0px; border: none;}

 body { 
    width: 100%;
    background: blue url("/_images/bk_plsma1.jpg") repeat fixed center;
    color: black; 
    font: 11pt Arial, sans-serif; 
    text-align: center;
    }
        
div#page {
    display: block;
    height: 100%;    
    max-width: 50em;
    margin: auto;    
    align-self: center;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.6);     
    }

div#main {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 2em;
    }
        
div#nav-set {
    display: block;
    position: relative;
    left: -105px;
    width: 100px;
    height: 100%;    
    background: black url("/_images/stars.jpg") repeat fixed center;
    }        

div#nav-set .nav-item {        
    display: block;
    width: 60px;
    height: 60px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
    }
        
p, h1, h2, h3, ol, ul {
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.35;
    }
p { margin-top: 1em;}
div#page h1:first-child { margin-top: 0}

hr {
    display: block;
    margin: 1em auto 2em auto;
    height: 4px;
    width: 40%;
    background: url("/_images/line1_4.jpg") no-repeat top center;
}

hr:nth-child(even) {
    background: url("/_images/line2.jpg") no-repeat top center;
}


/*link ="#eeb53b" alink="#eeb53b" vlink ="#eeb53b">*/