body {
   #menu ul 
   {
       margin:0;
       padding:0;
       list-style-type:none;
       text-align:center;
    }
   #menu li 
   {
       float:left;
       margin:auto;
       padding:0;
       background-color: #666666 ;
    }
   #menu li a 
   {
       display:block;
       width:150px;
       color:white;
       text-decoration:none;
       padding:15px;
    }
   #menu li a:hover 
    {
       color:#FFD700;
    }
   div 
   {
      font-family:Arial,sans-serif; 
      font-size:18;
      color:black; 
      background-color:rgba(0,0,0,0);
      text-align: justify;
      text-justify: inter-word; 
    } 
    p
    {
        width: 500; 
        margin: auto; 
        border: 0px solid white;
        text-align: justify;
        padding: 12px;
        margin-bottom: 20px;
/*        background-color:#FFFFFF;*/
        background: transparent;
    }
    .color_white
    {
        color: white;
    }
   background-image: url('images/web/stars2.jpg');
   background-size: cover ;
   background-repeat: repeat ;
/*   background-color: #000000;
   background: transparent;*/



}
