 #header { /* antet */
        position: fixed;
        width: 100%;
        height: 15%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        background-color: #6495ED;
        color: navy;
      }
      #sidebar { /* meniu de navigare */
        position: fixed;
        width: 10em;
        height: auto;
        top: 15%;
        right: auto;
        bottom: 100px;
        left: 0;
        background-color: #00BFFF;
        color: white;
      }
      #main { /* zona de continut propriu-zis */
        position: fixed;
        width: auto;
        height: auto;
        top: 15%;
        right: 0;
        bottom: 100px;
        left: 10em;
        background-color: #ADD8E6;
        
      }
      #footer { /* partea inferioara */
        position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: gray;
      }
.p1
{
font-family:cursive;
font-style:italic;
font-weight:bolder;
text-indent:1cm;
text-align:center;
color:#000000;}
.p2
{
font-family:arial;
font-style:normal;
font-weight:bolder;
text-align:left;
color:#000000;}
.h{
font-family:cursive;
font-style:italic;
font-weight:bolder;
text-align:right;
color:#000000;}


