body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	min-width: 200px;
	font-family: Thonburi, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

#content {
	margin:auto;
	text-align: center;
	max-width: 760px;
	
}

h1 {
	font-size: 24px;
	font-style: bold;		
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

p {
	padding: 8px;		
}

a:link{
	color: #222222;
}

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

a:hover {
/*	text-decoration: underline;*/
/*		text-decoration: none;	*/
		color: #666699;
}
