body {
    background-color: #EFF2FB;
    color: red;
}

h1, h2 {
    color: orange;
    text-align:center;
    text-decoration: underline;
}

p {
    text-align:justify;
    text-indent:50px;
    font-family: "Comic Sans MS";
    font-size:11pt;

}
table{ 	margin:auto;
	border:3px solid orange;
	font-weight:bold;
}
td{
border:3px solid orange;
}
