body {margin:0;
      padding:0;
      background-color:black;
      color:white;
      font-size:95%;}

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

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

#header {position:absolute; top:0px; left:10px;
         width:400px;
         height:30px;
         border:0px solid gray;}
#header span#title{color:#FFC0CB;
                   font-family:"Times New Roman", "fantasy";
                   font-size:30px;
                   font-style:normal;
                   font-weight:bold;
                   font-variant: small-caps}
#header span#years{color:white;
                   font-family:"Times New Roman", "fantasy";
                   font-size:24px;
                   font-style:italic;
                   font-weight:normal;}

#list1 {position:absolute; top:40px; left:0px;
       width:310px;
       height:400px;
       overflow:auto;
       color:white;
       font-family:"Arial","Times New Roman", "fantasy";
       font-size:12px;
       font-style:normal;
       font-weight:bold;
       border:0px solid yellow;}	 
#list1 li {list-style-type:square;
/*          font-family:"Trebuchet MS", "Verdana", "sans-serif";*/
          color:white;
          font-style:normal;
          font-weight:bold;}
#list1 a {color:#FFFFFF;}
#list1 a:focus, #list1 a:hover {color: black;}, #list1 a:active {background:#FFC0CB;}

#list2 {position:absolute; top:40px; left:310px;
       width:310px;
       height:400px;
       overflow:auto;
       color:white;
       font-family:"Arial","Times New Roman", "fantasy";
       font-size:12px;
       font-style:normal;
       font-weight:bold;
       border:0px solid red;}	 
#list2 li {list-style-type:square;
/*          font-family:"Trebuchet MS", "Verdana", "sans-serif";*/
          color:white;
          font-style:normal;
          font-weight:bold;}
#list2 a {color:#FFFFFF;}
#list2 a:focus, #list2 a:hover {color: black;}, #list2 a:active {background:#FFC0CB;}

#navigation {position:absolute; top:450px; left:26px;
             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:black;}

#footer {position:absolute; top:450px; left:510px;}
#footer a {color:#FFFFFF;}
#footer a:focus, #footer a:hover, #footer a:active {background:#FF6347;}
#shin {color:white;
       font-family:"Times New Roman";
       font-size:20px;
       font-style:normal;
       font-weight:bold;}
