body
{
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	background-image: url(BurlapDk.GIF);
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}

.style1 { color: #000099 }
.style6 {
	color: #FFFFCC;
	font-size: 16px;
	font-style: italic;
}


h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #99FFCC;
	margin: 0px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFCC;
	font-style: normal;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
}

h4
{
	font-size: 16px;
	color: #000066;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	margin-bottom: 0px;
	text-align: center;
	font-weight: normal;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	white-space: normal;
	text-decoration: none;
	color: #0000CC;
}

body
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.border { border: medium solid #990000; }

.border2 { border: thin solid #00FF00; }

.border3 { border: medium solid #00FFCC; }
.border4 {
	background-color: #571A00;
	border: 2px solid #66FFCC;
}
