body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #333;
	color: #333;	
}
p, tr, td
{
	font-size: 1.2em  /*100% is about  1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a, h2 a:hover, h3 a:hover {
	color: #c00;
}

a:hover {
	color: #4d0000;
	text-decoration: underline;
}

/*--- Top menu buttn ---*/
.WtBtn{	
/*	background-image: url(images/navbar.jpg);*/
	color:#eee;	
	border:1px #acacac solid;
/* not do anything 
	padding: 20;
	margin: 3;  
*/	
	
}

.WtBtn a{	
	color:#eee;	
	text-decoration:none;
}	

WtBtn a:hover {
	color: #999;
}

.thin_red_border
{
	padding: 6px 4px 3px 6px;
	border: 1px solid #c00;
}

.thin_red_border a
{
	text-decoration:none;
}

/*--- Top menu buttn end ---*/