body	{
	margin: 20px;
	padding; 0px;
	background: #000000 url(background.jpg) no-repeat fixed;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	}

h1	{
	font-size: small;
	margin-bottom: 0px;
	color: #999999;
	}

h2	{
	font-size: x-small;
	margin-top: 3em;
	}

p, ul	{
	font-size: x-small;
	line-height: 1.5em;
	margin-bottom: 3em;
	}

p.note	{
	font-size: xx-small;
	margin-top: 0px;
	margin-bottom: 1em;
	}

a	{
	color: #63BB9D;
	text-decoration: none;
	font-weight: bold;
	}

a:hover	{
	text-decoration: underline;
	}
