font.blue {
	font-weight: bold;
	color: navy;
}
font.red {
	font-weight: bold;
	color: red;
}
p.thankyou {
	text-align: center;
	font-size: 25px;
	font-style: italic;
	color: navy;
}
p.missing {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	color: red;
}
p.imp {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: navy;
}
p.exp {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
p.call {
	color: red;
	font-variant: small-caps;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
}
p.act {
	color: red;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
p.text {
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 20px;
}
ul.listtick {
	list-style-image: url(tick.gif);
	color: navy;
	font-style: italic;
	font-size: 27px;
	font-weight: bolder;
}
p.est {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
p.red {
	color: red;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
h2.sheading {
	font-style: italic;
	text-align: center;
	font-weight: bolder;
	font-stretch: wider;
	font-size: 40px;
}
h1.heading {
	color: red;
	text-align: center;
	font-size: 85px;
	font-weight: bolder;
}
div.content {
	background-color: white;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border: 10px solid black;
	}
body {
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	font-family: sans-serif;
	font-size: large;
	background-color: navy;
	}