a {
    color              : rgb(  0,  80, 160);
    text-decoration    : none;
}

a:active {
    color              : rgb(200,  30,   0);
}

a:focus {
    color              : rgb(  0, 135, 200);
}

a:hover{  
    color              : rgb(  0, 135, 200);
}

a:link { 
    color              : rgb(  0,  80, 160);
}

a:visited { 
    color              : rgb( 50,  80, 100);
}

body {
    background-image   : linear-gradient(to bottom, rgb(195, 195, 200),  rgb(225, 225, 230));
    background-color   : rgb( 225, 225,  230);
    color              : rgb( 40,  15,   0);
    font-family        : "Muli",Arial,sans; */
    width              : 1200px;
}

p  {  
    font-size          : 12pt;
    color              : inherit;
    font-family        : inherit;
}

p, ul {
    line-height        : 16pt;
}

.eynlyn { 
    display            : inline-block;
    vertical-align     : top;
 }

.bodycolumn {
   background          : rgba(255, 255,255, 0.8);
   border-radius       : 4px 4px 4px 4px;
/*   border              : 1px solid rgba(180, 180, 220, 50); */
   min-height          : 850px;
   padding             : 25px;
   width               : 700px;
}

.leftpicwrap { 
   float               : left;
   margin              : 10px;
}

.title { 
    font-family        : "Montserrat",Arial,sans; */   
 }
p.title { 
    font-size          : 28pt;
    line-height        : 24pt;
    text-align         : right;
    margin-top         : 25px;
 }

.titlecolumn {
   background          : rgba(255, 255,255,0.8);
   border-radius       : 4px 4px 4px 4px;
   min-height          : 1127px;
   padding             : 5px;
   width               : 200px;
 }
