body { 
     background:#fff;
     background-image:url('http://www.presidentseek.com/top.jpg');
     background-repeat:repeat-x;
     background-position:top;
     background-attachment:fixed;
     margin:0;
     padding:10px 10px;
     font-family:arial,verdana,tahoma,arial;
     color:navy;
     font-size:12px;
	 scrollbar-face-color: #9999dd;
     scrollbar-arrow-color: #ccccff;
     scrollbar-track-color: #ccccff;
     scrollbar-shadow-color: navy;
     scrollbar-highlight-color: white;
     scrollbar-3dlight-color: blue;
     scrollbar-darkshadow-color: black;
     }
	 
	 
A:link { text-decoration: none; color:"blue" }
A:visited { text-decoration: none; color:"red" }
A:hover { text-decoration: underline; color:"red" }

#top {
         background-color:white;
         font-family:New Times Roman;
         border-top:1px solid navy;
         border-left:1px solid navy;
         border-right:1px solid navy;
         font-family:times new roman;
    }  
    

#linelinks { 
         border-top:1px solid navy;
         border-left:1px solid navy;
         border-right:1px solid navy;
         text-align:center;
         font-family:arial;
         font-size:14px;
         background-color:#dddddd;
              }	

#main  { 
         background-color:white;
         border:1px solid navy;
         font-size:12
              }

#search {
         width:100%;
         background-color:#dddddd;
         border:1px solid blueviolet;
         text-align:center;
         }

#main_headlines  {
        text-align:center;
        text-decoration:underline;
        font-size:16;
        font-weight:bold;
        color:blue;
           }
#links { 
        border-right:1px solid blueviolet;
        border-top:1px solid blueviolet;
        border-left:1px solid blueviolet;
        background-color:#ccccff;
        font-family: verdana, tahoma, arial;
	    color: #FF0033;
	    font-size: 12px;
        letter-spacing:0.03em;
        text-align:center;
       }

#links a:link { 
       text-decoration: none;color:blue
       }
#links a:visited { 
       text-decoration: none; color:blueviolet 
       }
#links a:hover { 
       text-decoration: none;color:red
       }

#headlines {        
        font-family:arial,century gothic;
        color:blue;
        text-align:center;
        text-decoration:underline;
        font-size:16;
        font-weight:bold;
       }

#more {
        font-size:14;
           }
 
	 
table.navbar {  height:18px;
	          width:970px;
              font-size:14px;
	          text-align:center;
                      }

table.navbar td { 
    font-family: arial;
	text-align:center;
		           } 

table.navbar td a {
   padding:10px;
   display: block; 
   text-decoration: none; 
        } 
table.navbar td a:link { 
   color: white; 
   background-color: navy; 
   text-align: center;
         }  	
table.navbar td a:visited { 
   color: white; 
   background-color: navy; 
   text-align: center;
         } 
table.navbar td a:hover { 
   color: white; 
   background-color: #555599;}
   
 table.navbar td a:active { 
   color: white; 
   background-color: #555599;}	