/*    Used for       freyr.htm   friends-of-freyr.php   *//* freyr.htm */ body  {    background-color: #FFFFCC;    font-family: timesNR, 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:30%;    height:100%;    padding:0.5%;    margin:0%;    border:none;     text-align:center;    background-color: #FFFFCC;  }    div.detail p.language  {    position: float;    margin:1% 0 1% 0;    text-align:center;    width:98;  }    h1.detail  {    font-size:small;    color: #ff0000;  /* red */  }  div.detail p.overview  {   text-align:justify;   font-size:small;   margin:0 1% 0 1%;  }  div.author  {    position:fixed;    width:30%;    right:1%;    top:0;    padding:0;    margin:0;    text-align:right;    color:black;    font-size:small;    }  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;  }
