@charset "utf-8";
<style type="text/css">

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	
}
h1, h2, h3, h4, h5, p {
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFF;
}
.h7 {
	font-size: 20px;
	color: #000;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 120px;
	padding-right: 100px;
}
a:link {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
	text-align: left;
	font-size: 16px;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: ;
	margin-bottom: ;
}

.header {
	margin-left: 300px;
}


.content {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 14px;
	padding-right: 6px;
	padding-left: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.body {
	background-image: url(../Img/Grey-website-background.jpg);
	background-color:#000	
}


/* ~~ The footer ~~ */
.footer {
	background-color: #CCC49F;
	height: 60px;
	}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 12px;
}
.fltrt2 {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	margin-right: 5px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	margin-left: 5px;
}
.fltlft2 { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
	margin-left: 15px;
}
.container .content iframe {
	float: right;
	padding-right: 150px;

}
p {
	font-size: 16px;
	color: #FFF;
}
.p1 {
	color: #72b844;
	font-size: 20px;
}
.p2 {
	font-size: 20px;
	color: #f05023;
}
.p3 {
	font-size: 20px;
	color: #b954a0;
}
.p4 {
	font-size: 20px;
	color: #407dc0;
}
.p5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #d08d2a;
}

.body .container .content table tr td p {
	line-height: normal;
}
#marg {
	margin-left: 10px;
}

</style>
