body {
	margin: 0px;
	padding: 0px;
	background-color: #111111;
	background-image: url("images/border.gif");
	background-position:  top center;
	background-repeat: repeat-y;
}
body, p, td, a {
	font-family: arial, tahoma, helvetica;
	font-size: 10pt;
	color: #999999;
}
p, td {
	text-align: justify;
}
div.wrap {
	text-align: left;
	width: 800px;
}
div.content {
	padding: 20px 30px 10px 30px;
}
a, a:hover, a:visited, a:link, a:active {
	text-decoration: underline;
}
h1, b, h2 {
	color: #dddddd;
}
h1 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12pt; 
}
h2 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt; 
}
ul {
	margin: 15px 5px 5px 15px;
}
li {
	margin-left: 0px;
}