* {
	border: 0;
	margin: 0;
	pading: 0;
}

<!--layout starts here-->

body 	{
	background: url('bg.html') repeat-y;
	text-align: left;
	}


#content {
	float: left;
	margin: -5px 5px 10px 5px;
	padding: 5px;
	text-align: justify;
	font family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font color: #A69392;
	font style: normal;
	font weight: normal;
	border: none;
	}

h3, h4, h5 	{
	font family: Verdana, Arial, Helvetica;
	color: #DEA97C;
	font style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	}



a.external:link, a.external:active  {	
	font family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #DEA87C;
	font style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	}

a.external:visited  {
	font family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #DEA87C
	font style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	}

a.external:hover  {
	font family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #DEA87C;
	font style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	}


<!--layout end-->