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

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

#screen {position:relative;
         width: 640px;
         height: 480px;
         margin:10px auto;
         padding:0 0 0 0;
         background-repeat: no-repeat;
         background-position: center center;
         background-attachment: scroll;    
         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:#F0E68C;
                   font-size:18px;
                   font-style:normal;
                   font-weight:bold;}
#header span#bigyear {color:#F0E68C;
                      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;}

#picture {position:absolute; top:30px; left:270px;
          width:360px;
          height:270px;
          border:0px solid grey;}

#comment {position:absolute; top:280px; left:270px;
          width:360px;
          height:16px;
          color:white;
          text-align: right;
          font-family: "Arial", "Trebuchet MS", "Verdana", "sans-serif";
          font-size:12px;
          font-style:normal;
          font-weight:bold;
          border:0px solid red;}

#list1 {position:absolute; top:40px; left:0px;
       width:260px;
       height:210px;
       /*overflow:auto;*/
       color:white;
       font-family:"Arial", "Trebuchet MS", "Verdana", "sans-serif";
       font-size:12px;
       font-style:normal;
       font-weight:normal;
       border:0px solid yellow;}
#list1 span#subtitle{font-size:16px;
                    font-style:notmal;
                    font-weight:bold;
                    font-variant: small-caps;
                    color:white;}
#list1 li {list-style-type:decimal;
          font-family:"Arial", "Trebuchet MS", "Verdana", "sans-serif";
          color:white;
          font-style:normal;
          font-weight:bold;}
#list1 a {color:#A9A9A9;}
#list1 a:hover {color:#FFFFFF;}
#list1 a:active {background:none;}
#list1 a {cursor: crosshair;}

#list2 {position:absolute; top:270px; left:0px;
       width:260px;
       height:140px;
       /*overflow:auto;*/
       color:white;
       font-family:"Arial", "Trebuchet MS", "Verdana", "sans-serif";
       font-size:12px;
       font-style:normal;
       font-weight:normal;
       border:0px solid red;}
#list2 span#subtitle{font-size:16px;
                    font-style:notmal;
                    font-weight:bold;
                    font-variant: small-caps;
                    color:white;}
#list2 li {list-style-type:decimal;
          font-family:"Arial", "Trebuchet MS", "Verdana", "sans-serif";
          color:white;
          font-style:normal;
          font-weight:bold;}
#list2 a {color:#FFFFFF;}
#list2 a:focus, #list2 a:hover {color:#F0E68C;} {background:#F0E68C;}

#report {position:absolute; top:302px; left:270px;
         width:360PX;
         height:160px;
         padding-left:0px;
         overflow:auto;
         color:white;
         font-size:12px;
         font-style:normal;
         font-weight:normal;
         border:0px solid gray;}
#report li {list-style-type:square;
            font-family:"Trebuchet MS", "Verdana", "sans-serif";
            color:white;
            font-style:normal;
            font-weight:normal;}
#report span.item {font-weight:bold;}
#report span#location {color:#F0E68C;
                       font-weight:bold;}

#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 {color: #F0E68C;}, #navigation a:active {background:#F0E68C;}
