.for_header {
        font-weight : bold;
        font-family: Monotype Corsiva; 
        color: #D13017;
        font-size: 400%;
     	padding: 30px 0px 0px 350px;
		text-align: center;
		position: absolute;
		animation-duration: 5s;
		animation-name: slidein;
              }
h1{		
		text-align:center; 
        font-size: 150%; 
        font-family: Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif; 
        color: #ff270F;
           }     
p{
        font-size: 105%;
		text-align:justify;		  
        font-family: Arial; 
        color: #001144;
          }
.word{
		color: #ff270F;
		font-size: 200%;
		font-family: Monotype Corsiva; 
		font-weight:bold;
}
.b1{		
		text-align:justyfy; 
        font-size: 100%; 
        font-family:  Verdana, Arial, Helvetica, sans-serif; 
        color: #222222;
           }  
@keyframes slidein {
		from {
		margin-left: 100%; 
		width: 100%;
		}		
		to {
		margin-left: 0%;
		width: 0%;
			}
		}
.year{
	font-weight:bold;
	font-style: italic;
	color: red;
}
hr{
	height:15px;
	background-color:#A9A9A9;
}
img{
	text-align: center;
}