						
            h1{
               font-weight:bolder;
               color:darkred;
               font-size:30px;
               font-family:Tahoma, sans-serif;
            }
            
            p{
                border-style:dotted;
                color:orange;
                font-size:20px;
                font-family:cursive;
            }
						li{
              font-size:20px;
              color:red;
              font-family:cursive;
						}  
						body{
    					font-family:"Segoe UI",Tahoma,sans-serif;
    					background-color:#fab66b;
						}
            