body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background-color : #3a4f3f;
	color : #e5e2be;
}
A {
	FONT-WEIGHT: bold;
	COLOR: #c8c29f;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-DECORATION: none
}
A:link {
	COLOR: #e5e2be;
}
A:visited {
	COLOR: #e5e2be;
}
A:hover {
	BACKGROUND-COLOR: #e5e2be;
	color: #3a4f3f;
}
H1{
	font : bold italic small Georgia, "Times New Roman",Roman, serif;
}
H2{
	font : bold italic larger Georgia, "Times New Roman",Roman, serif;
}
H3{
	font : normal normal x-small Georgia, "Times New Roman",Roman, serif;
}
H4{
	font : bold italic xx-small Georgia, "Times New Roman",Roman, serif;
}
P{
	font : normal normal smaller Verdana, Arial,Helvetica, sans-serif;
	text-align : justify;
}
.center{
	text-align : center;
}
.bold{
	font : bold;
}
.bolditalic{
	font : bold italic;
}
.bolditaliccentre{
	font : bold italic;
	text-align : center;
}
