
           /* -----------------------------------
	    article
	----------------------------------- */
    
    article
	{
		    
        position: relative;
		    margin: 0 5px 5px 5px;
		    padding: 25px 25px;
        width: 1000px;
        background: blue;
		    -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
         border-radius: 50px;
				 overflow-x: auto;}

    
    article 
    
    {  color:#fff; }
     
           
    article  a:visited { color: #fff; }
    article  a:hover { background-color:#FF8000 ; }
    article  a:focus { outline: red thin dotted; }
     
    article a
    
    {text-decoration:none; 
     color: #fff;
     float:right;
        
     }
     
    article span
	{
		display: block;
		padding: 7px 5px;
		
	}
    
      ul
      {
        text-decoration:none;
        list-style:none;
      }
    
   
        
      /* -----------------------------------
	   Tabel
	----------------------------------- */
     
     caption
	{
		text-align: left;
		margin: 0 0 0 0;
		font-weight: bold;
	}
	
	table 
	{
		border-collapse: collapse; 
	}
	
	td
	{
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: .5em;
        
	}
	
	tr 
	{
		background: #B0C4D7; 
	}
	
	thead td
	{
		background: #036;
		color: #fff;
	}
	
	tbody td
	{
		font-weight: normal;
		background: #658CB1;
	}
	
	th {
	   font-weight: normal;
	   background: #036;
	   color:#fff; }	
       
    td a
       { text-decoration:none;
         color: #fff;}
         
     td a:hover { color: #FF8800; }
     
     td  li { display: block;
              }
     
    