body {
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat:repeat-y;
	background-color: #656764;
	font-family:Tahoma, Geneva, sans-serif;

}

td {
	font-size: 13px;
	color: #f1f8ec;
}

h1 {
	font-size: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
}

p {margin: 3px;}

a:link, a:visited, a:active {
	color:#c6d8b9;
	text-decoration: none;
	}
	
a:hover {text-decoration: underline;}

h2 {font-size: 14px; margin: 4px;}

li {margin-bottom: 22px; padding-left: 0px; }
