body {background-color: black;}
.content {position: absolute; top: 0px; left: 18%;
             border-left: 2px; solid green;
             border-right: 2px solid green;
             padding: 3%; 1%; 1%; 1%;
             background-color: black;
             z-index: 0;}
.links {position: fixed; top: 0px; left: 0px;
        border: 2px solid green;
        background-color: #AABADD; fixed;
        width: 210px; z-index: 10;}
h1 {font: 22px; color: #CCCCCC; text-align: center;}
h2 {font: 22px; color: #CCCCCC; text-align: center;}
h3 {font: 18px "Arial"; color: #CCCCCC; text-align: center;}
h4 {font: 18px "Times New Roman"; color: #CCCCCC;
    text-align: justify;}
.langs {position: fixed; top: 0px; right: 100%;
        border: 2px solid green;
        background-color: black; width:140px}
.trim {position: absolute; top: 0px; left:0px;
       padding: 4px; 4px; 4px; 4px;} 
p {font: 22px "Times New Roman", "Arial", "Verdana", "Helvetica", sans-serif;
   color: #CCCCCC; line-height: 110%;
   text-align: justify;}
.links a {font-family:"Times New Roman"; 
          font-weight: normal; font-size: 16px;
          display: block;}
p .small {font: 12px "Arial"; color: green;
          line-height: 100%;}
p .underln .subln {text-decoration: underline;}
p .undline sublin {border-bottom: 2px solid green;}
.content p .majred {font-variant: small-caps;}
a:link {color: blue; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:focus {color: red; text-decoration: none;}
a:hover {color: green; font-size: 22px;
          text-decoration: underline;}
a:active {color: olive; text-decoration: none;}
