P { line-height: 1.65; }                         
A:link { color: 00FF80; text-decoration: none; }
A:visited { color: E3FCA9; text-decoration: none; }
A:active { color: F5F032; text-decoration: underline overline; font-weight: none; }
A:hover { color: F5F032; text-decoration: underline overline}

         body{
         background-image:url("img/ff8/bg.jpg"); 
         background-attachment:fixed;
         color: #FFFFFF;
         margin-top: 125px;
         margin-right: 80px;
         margin-left: 60px;
         }

           .text_shadow {
           text-shadow: 0px 0px 3px #b0c4de;
           } 

           table.pic{
           border: 1px solid;
           border-top-color:#b0c4de;
           border-bottom-color:#151520;
           border-left-color:#b0c4de;
           border-right-color:#151520;
           border-spacing: 0;
           }
           .pic th{
           border: 1px solid;
           border-top-color:#151520;
           border-bottom-color:#b0c4de;
           border-left-color:#151520;
           border-right-color:#b0c4de;
           }
           .pic td{
           border: 1px solid;
           border-top-color:#151520;
           border-bottom-color:#b0c4de;
           border-left-color:#151520;
           border-right-color:#b0c4de;
           }

.gyo {line-height: 165%;}

.line {
	width: 90%;
  border:none;
  height:1px;
  background:linear-gradient(90deg,rgba(176,196,222,0.1)10%,rgba(176,196,222,1)50%,rgba(176,196,222,0.1)90%)
}