body {margin:0;
      padding:0;
      background-color:black;
      color:white;
      font-family:"Times New Roman";
      font-size:95%;}

a {text-decoration: none;}
a:focus, a:hover, a:active {background:#8FBC8F;}
img {border-style:none;}

#screen {position:relative;
         width: 640px;
         height: 480px;
         margin:10px auto;
         padding:0 0 0 0;
         background-image: url(../img/ff2005.jpg);
         background-repeat: no-repeat;
         background-position: center center;
         background-attachment: scroll;    
         border:0px solid red;}

#photobyv {position:absolute; top:313px; left:628px;
           width:12px;
           height:168px;
           border:0px solid red;}

#header {position:absolute; top:0px; left:10px;
         width:200px;
         height:30px;
         border:0px solid gray;}
#header span#title{/*color:#FFFFFF;*.*/
                   font-size:18px;
                   font-style:normal;
                   font-weight:bold;
                   font-variant: small-caps}
#header span#year {color:#8FBC8F;
                   font-size:18px;
                   font-style:normal;
                   font-weight:bold;}
#header span#bigyear {color:#8FBC8F;
                      font-size:1.2em;
                      font-style:normal;
                      font-weight:bold;}

#country {position:absolute; top:2px; left:175px;
          width:40px;
          height:25px;
          border:0px solid red;}

#list {position:absolute; top:30px; left:0px;
       width:600px;
       height:400px;
       overflow:auto;
       color:grey;
       font-size:12px;
       font-style:normal;
       font-weight:normal;
       border:0px solid yellow;}

/*
#list ul {list-style-image: url(../icon/doc_black.gif); }
*/
         
#list li {list-style-type:decimal;
          font-family:"Arial", "Trebuchet MS", "Verdana", "sans-serif";
          color:white;
          font-style:normal;
          font-weight:bold;}
#list a {color:white;}
#list a:focus, #list a:hover, #list a:active {background:#8FBC8F;}

#regulation {position:absolute; top:360px; left:0px;
             width:600px;
             height:80px;
             color:#2D73B9;
             font-family:"Trebuchet MS", "Verdana", "sans-serif";
             font-size:10px;
             font-style:normal;
             font-weight:normal;
/*             font-variant: small-caps;*/
             text-align: left;
             border:0px solid red;}
#regulation li {list-style-type:disc;
                font-family:"Trebuchet MS", "Verdana", "sans-serif";
                font-size:10px;
                color:white;
                font-style:normal;
                font-weight:normal;}
#regulation a {color:white;}
#regulation a:focus, a:hover, a:active {background:#8FBC8F;}
#regulation img.book {vertical-align:text-bottom;
                      /*width:10px; height:10px;*/}

#navigation {position:absolute; top:450px; left:10px;
             font-family:"Trebuchet MS", "Verdana", "sans-serif";
             font-size:10px;
             font-style:normal;
             font-weight:bold;
             border:0px solid red;}
#navigation a {color:#FFFFFF;}
#navigation img.lead {width:8px; height:8px;}
#navigation a:focus, #navigation a:hover, #navigation a:active {background:#8FBC8F;}
