body {
	background: #ddd url(pt-top.jpg) repeat-y top left;
	color: #000;
	line-height: 1.5;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a:link {
	color: #006699;
  	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #009966;
  	text-decoration: none;
}

a:hover {
	color: #FF6600;
  	text-decoration: underline;
}

a:active {
	color: #FF3300;
}

a.img
a.img:hover {
	text-decoration: none;
	border: none;
}

.content {
	background: #fff;
	width: 490px;
	padding: 20px;
	margin-left: 320px;
	border-right: dotted 1px #777;
	border-left: dotted 1px #777;
}

p {
	margin-left : 2em;
}

h1 {
	margin: 0;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #777;
}

ul {
	list-style: square;
}

li {
	color: #777777;
}