
   /* Links.css */ 
   * {
   margin: 0 0 0 0;
   padding: 0;
   }
    body {
    color: #000;
    background-color: white;
        }
		
		       
        hr {
		width: 100%;
        background-color: #f8e460;
      color:#f8e460;
      border: none;
	 margin: 10px 0 10px 0;         
        }
		
		h2 {margin: 5px 0 5px 0;}
		
		

  
   #header {
			height: 43px;
			background: transparent url("../images/new_links_head.gif") no-repeat 0 0;
			display:block;
			overflow:hidden;
			text-indent:-9000px;
			margin: 10px 0 -10px 10px;
			padding: 1px;
  }
  
            #right { 
            position: absolute;
            text-align: center;
            top: 60px;
            right: 1em;
            width: 15em;
            color: #000; 
            font-family: bookman old style;
             font-size:.8em;
            }
            
            #main {
            margin-left: 20px;
            margin-right: 270px;
            text-align: justify;
            color: #000;
            font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
            font-size: .9em;
            line-height: 1.2em;             
            }
			
			#main H1 {
			font: normal 1.5em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
			}
            

  #right a {
    COLOR: #000;
    text-decoration: underline;
    font-size: .9em;
        font-weight: bold;
  }
  #right a:hover {  
      color: #4494FF;
      }
  
    
    #main a {

    COLOR: #000;
    text-decoration: underline;
    font-size: 1em;
  }
  #main a:hover {  
      color: #F7D80A;
         }
         
         #footer {
         text-align: center;
         }

         #home a {
    COLOR: #000;
    text-decoration: underline;
    font-size: .8em;
  }
  
  #home a:hover {  
      color: #666666;
         }
          