body
{
	background: #fff /*url(/images/layout/page_bg.gif) repeat-x left;*/
	text-align: center;
	font-size: 62.5%;
	font-family: arial, sans-serif;
	margin: 0px;
	/*padding: 10px;*/	
}


.nav
{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	background: #ffff99;
	text-decoration: none;	   
}



.nav a
{
	color: #330099;
	margin: 0px;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}

.nav a:hover
{
	color: #666;
	text-decoration: underline;
}

.nav a:active
{
	color: red;
	text-decoration: none;
}
.content p
{
	margin: 0px;
	padding: 10px;
	text-align: justify;
	color: #fff	
}

.links a:hover
{
	color: #666;
	text-decoration: underline;
}

.links a:active
{
	color: red;
	text-decoration: none;
}
