body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ccc;
	background-color: #fff;
	text-align: center;
	/* part 1 of 2 centering hack */
	}

#content {
	width: auto; 
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	/*border: 5px solid #ccc;*/
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: auto; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	}
	
html>body #content {
	width: auto; /* ie5win fudge ends */
	}
	
#title {
	width: auto; 
	padding: 10px;
	margin: 0px;
	font-size:16px;
	font-weight: bold;
	color: #000;	
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	/*border: 5px solid #ccc;*/
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: auto; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	}	
	
#nagylink {
	width: auto; 
	padding: 3px;
	margin: 0px;
	/* opera does not like 'margin:20px auto' */
	background: #fff;
	/*border: 5px solid #ccc;*/
	text-align:center; 
	/* part 2 of 2 centering hack */
	width: auto; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	}		
	
a
	{
	font-size:16px;
	font-weight: bold;
	color: #F00;
	text-decoration:none;
	}
	
a:hover
	{
	text-decoration:underline;
	}