/*    Used for       freyr.php   friends-of-freyr.php   ;*//* freyr.php */  @import url(sic--font.css);   body  {    background-color: #FFFFCC;    font-family: "Times New Roman", Times;    background-image:url('../../../assist/a--freyr.jpg');    background-position: top right;     background-repeat: no-repeat;    padding:0;    margin:0;  }  div.detail  { position: fixed;    left:0;    top:0;    width:40%;    height:100%;    padding:0.5%;    margin:0%;    border:none;     text-align:center;    background-color: #FFFFCC;    /* font-size:small; */    overflow: scroll;  }       div.detail p.language  {    /* position: float; */    margin:1% 0 1% 0;    text-align:center;    width:98%;  }    h2.detail  {    color: red;    /* font-size: small; */   }  div.detail p.overview  {   text-align: justify;   margin:0 1% 0 1%;   color: green  }  div.author  {    position:fixed;    width:30%;    right:1%;    top:0;    padding:0;    margin:0;    text-align:right;    color:black;    /* font-size: small; */    }  div.stat  {    position:fixed;    width:30%;    right:1%;    bottom:0;    padding:0;    margin:0;    text-align:right;    color:black;    /* font-size:small; */  }/* friends-of-freyr.php */     div.description  {    float:left;    width:100%;    padding:0;    margin:0;    color:green;  }  div.column  {    float:left;    width:47%;    padding:0;    margin:1%;    color:green;/*    border: thin solid;  */    text-align:justify;  }