/* NEWS stylesheet */

/* @import url(pink_table.css); */

 body {
  background-image: url('../img/news/fregate.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 110 70;
 }

 td.desc {
         padding: 15px 15px 0 20px;
         vertical-align: top;
         text-align: justify;
         font-family: Arial;
         font-size: 12;
 }

 div.stat {
        margin-top:  15;
        margin-left: 25;
        font-family: Arial;
        font-size: 11;
 }

 div.stat b {
         color: 0000a0;
 }

 div.pages {
         font-family: Verdana;
         font-size: 13;
 }

 div.pages a {
         text-decoration: none;
         color: navy;
 }
 div.pages a:hover {
        text-decoration: underline;
        color: blue;
 }

 div.news_simple {
         font-family: 'Sans Serif';
         font-size: 17px;
         margin-top: 5;
         color: 000080;
 }

 div.news_simple a {
         font-family: Arial;
         font-size: 12;
         color: 0000c0;
         text-decoration: none;
 }

 div.news_simple a:hover {
        text-decoration: underline;
 }

 div.news_selected {
        border: 1px solid gray;
         margin-top: 5;
         font-family: 'Sans Serif';
         font-weight: normal;
         font-size: 15;
         color: 000080;
         font-variant: small-caps;
 }

 div.news_selected i, div.news_simple i {
         color: f00000;
         font-family: Verdana;
         padding-left: 130;
         font-size: 13;
         font-style: normal;
 }

 div.news_selected b {
         font-weight: normal;
         font-size: small;
 }

@font-face {
         font-family: 'Calligraph';
         src: url(http://www.jlproj.org/new/fonts/CALIGRAP.ttf) format("truetype");
}

 td.header {
        height: 30;
         padding: 0 0 0 0;
//           border-bottom: 1px double gray;
        font-family: 'Arial';
         font-weight: bold;
         font-style: italic;
         margin-left: 0;
         color: #000000;
         overflow: hidden;
         text-align: center;
}

 #opac25 {
         filter: alpha(opacity=15);
        -moz-opacity:.15;
        opacity:.15;
 }

 #opac100 {
         filter: alpha(opacity=100);
        -moz-opacity:1.0;
        opacity:1.0;
 }

 td.nlist {
        padding: 0 0 0 20;
        vertical-align: top;
        width: 350;
}




































































































 
