body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
<style>

a:link { color:Gray;}
a:visitied { color:Green;}
a:hover { color:Pink;}
a:active {color:Maroon;}

.block {
margin-top: 10px;
margin-right: 250px;
margin-bottom: 10px;
margin-left: 250px;
border: 5px solid black;
padding: 5px;
width: 100%;
font family: Comic Sans MS;
font-size: 130%;
background-color: #FFFFFF;
}

.blockpara {
border: 1px Solid black;
padding: 2px;
font-family: Comic Sans MS;
background-color: white;
color: #ff0000;
padding-left: 2px;
padding right: 2px;
}

.block2 {
	border: 5px solid black;
	padding: 10px;
	width: 100%;
	font-family: Comic Sans MS;
	background-color: white;
	text-align: center;
	text-indent: 10pt;
	font-size: 20px;
	font-weight: bold;
}

.blockdown {
margin-top: 10px;
margin-right: 550px;
margin-bottom: 10px;
margin-left: 250px;
border: 5px solid red;
padding: 5px;
width: 20%;
font family: Comic Sans MS;
font-size: 130%;
background-color: #FFFFFF;
position: center;
}

.blockright {
margin-top: 0px;
margin-right: 50px;
margin-bottom: 10px;
margin-left: 30px;
border:  2px solid red;
padding: 5px;
width: 10%;
font family: Comic Sans MS;
font-size: 100%;
background-color: #FFFFFF;
position: right;
}

.blockleft {
margin-top: 0px;
margin-right: 50px;
margin-bottom: 10px;
margin-left: 50px;
border:  2px solid red;
padding: 5px;
width: 10%;
font family: Comic Sans MS;
font-size: 100%;
background-color: #FFFFFF;
position: left;
}

.blockright3 {
margin-top: 0px;
margin-right: 50px;
margin-bottom: 10px;
margin-left: 80px;
border:  2px solid red;
padding: 5px;
width: 80%;
font family: Comic Sans MS;
font-size: 100%;
background-color: #FFFFFF;
position: right;
}

.blockleft1 {
margin-top: 0px;
margin-right: 50px;
margin-bottom: 10px;
margin-left: 30px;
border:  2px solid red;
padding: 5px;
width: 100%;
font family: Comic Sans MS;
font-size: 100%;
background-color: #FFFFFF;
position: left;
}

.blockcentre {
margin-top: 0px;
margin-right: 50px;
margin-bottom: 10px;
margin-left: 80px;
border:  2px solid red;
padding: 5px;
width: 100%;
font family: Comic Sans MS;
font-size: 100%;
background-color: #FFFFFF;
position: left;
}

.bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.Header {
	font-family: "Comic Sans MS";
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	line-height: normal;
	margin-top: 1px ;
	right: auto;
	left: auto;
	bottom: auto;
	width: auto;
	height: auto;

}
.Paragraph {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

}
.Paragraph2 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.Headings {
	font-family: "Comic Sans MS";
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	line-height: normal;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	width: auto;
	height: auto;

}


.Headings2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	line-height: normal;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	width: auto;
	height: auto;

}
</style>

