﻿body {background: #CCCCCC;}
.content {position: absolute; top: 0px; left: 18%; 
               border-left: 1px solid black;
               border-right: 1px solid black;
               padding: 3%; 1%; 1%; 1%;
               background-color: #CCCCCC;
               z-index: 0}
.links {position: fixed; top: 0px; left: 0px;
              border: 2px solid black;
              background-color: #AABADD; fixed; 
              width: 210px; z-index: 10}
.langs {position: fixed; top: 0px; right: 100%; 
              border: 2px solid black;
              background-color: gray; width: 140px;}
.trim {position: absolute; top: 0px; left: 0px;
            padding: 4px; 4px; 4px; 4px;}
#home {background-color: #F5F8EC;}
p.home {color: #008000;}
#copyr {background-color: #E9D2E4;}
h1 {font: 22px; color: black; text-align: center;}
h2 {font: 22px; color: black; text-align: center;}
h3 {font: 18px "Arial"; color: black; text-align: center;}
h4 {font: 18px "Times New Roman"; color: black;
               text-align: justify}

p {font: 22px "Times New Roman", "Arial", "Verdana", "Helvetica", sans-serif; 
    color: black; line-height: 100%; 
    text-align: justify;}
li {font-size: 18px; text-align: justify; 
      list-style-type: disc; color: purple;}
.links a {font-family: "Times New Roman";
             font-weight: normal; font-size: 16px;
             display: block; z-index: 10}   
p.small {font: 12px "Arial";
             color: black; line-height: 100%;}
p.underln .subln {text-decoration: underline;}
p.undline .sublin {border-bottom: 2px solid black;}               
div.content p .majred {font-variant: small-caps;}
p#cunex #ccedd {font: 20px "Monotype Corsiva";}
p.trimcr {text-align: center;}
p.split {text-align: center;}
p.cr .cright {font-size:22px; color: white; background-color: orange; 
              text-decoration: underline}
p.cr .crght {font-size:22px; color: white; background-color: #FF9900;}
p .lg {font-family: "Arial" font-size: 18px;
       color: white; background-color: orange; 
       text-decoration: underline;}

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: 18px; text-decoration: underline;}
a:active {color: olive; text-decoration: none;} 