/* Style-sheet for avp::ptr */

body
{
	background-color: #5C992E; /* Warm green */
	background: transparent url("../images/dotswhite.jpg") repeat scroll left top;
	margin: 0;
	text-align: center; /* for ie5.x centering the elements-box */
	font-family: arial,tahoma,sans-serif;
	font-size: 1.0em;
	color: #888;
}
/* Whole content centered in box. */
#box
{
	width: 760px;
	margin: 0 auto 2em;
	text-align: left
}
h1
{
	font-size: 2em;
	line-height: 2.5em;
}
h2
{
	font-weight: bold;
	line-height: 2em;
	margin-top: 1em;
	color: #999;
}
p
{
	font-size: 1em;
	line-height: 1.5em;
}
li
{
	list-style:url("../images/circleright12.png") inside;
	line-height: 1.5em;
}
a
{
  color:#8888a8;
}
a:hover
{
  color:#fff;
}
