#a {text-align: center;
    font-size: 40px;
    background-color : #A9BCF5;
    color: #B40404;
    position: relative;
    float: center;
    width: 40%;
    border: 5px solid #B40404;
	box-shadow: 1px 1px 5px black;
    }
#b {text-align: left;
	font-size: 20px;
	width: 90%;
	position:relative;
	float: center;
	color:#8A0808;
	font-family: arial;
	margin-left : 10px;
	}
#c {text-align: justify;
	font-size:30px;
	color:#B40404;
	position:relative;
	width: 80%;
	text-decoration: underline;
	font-family: impact;
	}
#d  {text-align: justify;
	font-size:25px;
	color:#B43104;
	position:relative;
	width: 70%;
	text-decoration: underline;
	font-family: impact;
	}
#e {text-align: justify;
	font-size: 21px;
	position:relative;
	color:#8A0808;
	font-family: arial;
	font-weight: bold;
	}
#f  {text-align: right;
    font-size: 25px;
    background-color : #A9BCF5;
    color: #B40404;
    position: relative;
    float: right;
    width: 12%;
	border: 3px solid #B40404;
	}
#g  {text-align: left;
    font-size: 25px;
    background-color : #A9BCF5;
    color: #B40404;
    position: relative;
    float: left;
    width: 13%;
	border: 3px solid #B40404;
	}
	
	