    h1 {
             
          font-family: 'Indie Flower', "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
        	font-size: 80px;
          padding:0px 0px;
          margin: 50px 0px 50px 0px;
          text-align: center; 
          font-style:italic;
                 
        }
        
        h2 {
        font-family: Lora;
          padding: 20px 0px;
          margin: 100px 0px 30px 0px;
          font-size: 24px;
          font-weight: bold;
          border-bottom: 2px solid #3c99dc;
          border-top: 2px solid #3c99dc;
        }
        
         h3 {
         font-family: Lora;	
          padding:0px 0px;
          margin: 100px 0px 0px 0px;
          font-size: 24px;
          font-weight: bold;
          
        }
        
        p {
          font-weight: normal;
          margin: 10px 0px 10px 0px;
        }
        
        p span {
          font-weight: normal;
        }
        body {

          background: white url("../../bg/2.jpg") no-repeat fixed center;
          font-family:  "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
          font-family: Lora;
          font-size: 20px;
          margin: 0px auto;
          padding: 0px;
          width: 800px;
          color: #333;
          text-align: center;
        }         
         
        .coming {
          text-align: right;
        	font-size: 35px;
        	line-height: 25px;
          color: #333;
          padding-bottom:10px;
          font-style:italic;
          margin: 0px;
          margin-top: 80px;
        }
        
        .paticka {
         margin-top:50px;
          border-top: 1px solid #333; 
          text-align: center;
          font-size: 14px;
        }
        .intro {
          font-weight: normal;
        }
         .link {
         font-weight: normal;
         font-size: 0.9em;
         }
         
         a {
         color: #3c99dc;
         font-weight: bold;
         
         }
         a:hover {
         color: #3c99dc;
         font-weight: bold;
         
         }
         
         
