html, body {
  margin: 0px;
	padding: 0px;
}

body {
  text-align: center;
	background-color: #ffcffe;
}

#container {
	margin: auto;
	position: relative;
	padding: 20px;
	text-align: left;
	width:650px;
}

#page {
  background-color: #fff2fe;
	border: 4px groove #123456;
}

.top_line {
  border: 0px solid #000000;
	text-align: center;
}

p {
	font-family: courier new, times new roman, sans serif, geneva, arial, verdana;
}

.firstline_left {
	width: 700px;
}

.firstline_right {
	width: 300px;
	float: right;
	margin-bottom: 25px;
	border: 0px solid #000000;
}

div.headline {
  clear: both;
	margin-top: 10px;
	margin-right: 25px;
}

p.headline {
  font-size: 36px;
	font-weight: 700;
	font-family: Tahoma;
	color: #ff21f5;
	margin: 10px 10px 10px 50px;
	text-align: center;
	text-transform: capitalize;
	border: 0px solid #000000;
} 

p.text12 {
  font-size: 16px;
	font-weight: 400;
	margin: 25px;
	border: 0px solid red;
} 

p.initial {
  font-size: 12px;
	font-family: Georgia;
	font-weight: 400;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	border: 0px solid red;
}

p.text18_bold {
  font-size: 18px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	margin: 25px 15px 25px 15px;
	border: 0px solid green;
}

p.text20 {
  font-size: 20px;
	font-weight: 400;
	margin: 25px 15px 25px 15px;
	border: 0px solid blue;
}

p.subhead {
  font-size: 20px;
	font-weight: 700;
	color: red;
	margin: 0px 40px 0px 40px;
	text-align: center;
}

.text-box {
  background-color: #ffffa8;
	margin: 5px 40px 5px 40px;
	padding: 10px;
	border: 4px groove #654321;
}

ul {
	list-style-position: intside;
	border: 0px solid red;
	list-style-image: url('tick.jpg')
}

li.bullet {
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 10px;
}

p.bottom {
  font-size: 12px;
	font-weight: 700;
	text-align: center;
	border: 0px solid red;
	clear: both;
}
div.centre_image{
  padding-left: 260px;
  border: 0px solid red;
}

div.left_panel{
  width: 300px;
	border: 0px solid black;
	float: left;
}
div.right_panel{
  width: 300px;
	border: 0px solid black;
	float: right;
}

p.emphasise {
  font-family: Times New Roman;
	font-size: 14pt;
	font-weight: 700;
	color: #ff21f5;
	text-align: center;
}

p.spam {
  font-family: courier;
	font-size: 9pt;
	color: #ff21f5;
	text-align: center;
}