body {
	margin: 0; 
	padding: 0;
	background: #d4d5d7;
}


#bod {
	margin: 20px; 
	padding: 0;
} 

#header {
	width: 100%;
} 


h3 {
	font-size: 16pt;
	color: #ffffff;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";  
	letter-spacing: 0.1cm;
}

h1 {
	font-size: 20pt;
	color: #444444;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	color: #ffffff;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";
}

h4 {
	font-size: 6pt;
	color: #444444;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";
}

h5 {
	font-size: 8pt;
	color: #444444;
	font-family: times,verdana,helvetica,Georgia,Serif,"Times New Roman";
	font-style: italic;
}

p {
	font-size: 12pt;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";
	color: #ffffff;
}

p.news {
	font-size: 13pt;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";
	color: #444444;
}

p.mail {
	font-size: 10pt;
	font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman";
	color: #34383b;
}

<!-- Table -->
table {
	width: 100%;
	vertical-align: top;
	table-layout: auto;
	min-height: 200px;
}


td.cont {
	padding: 20px;
	width: 50%;
	background-color: #34383b;
	border-width: thin;
	border-spacing: 10px;
	border-style: solid;
	border-color: #000000;
}

td.cont1 {
	padding: 20px;
	width: 100%;
	background-color: #34383b;
	border-width: thin;
	border-spacing: 10px;
	border-style: solid;
	border-color: #000000;
}

td.news {
	padding: 30px;
	background-color: #d4d5d7;
	width: 100%;
}


li {
	color: #434343;
}

<!-- Links -->
a {font-style: normal;}

a:link, a:visited, a:active {letter-spacing:3px; color:#878787; font-family: arial,verdana,helvetica,Georgia,Serif,"Times New Roman"; font-weight: bold; text-decoration: none;}

a:hover { color:#000000;}


