	html
	{
		margin:0;
		padding:0;
		height:100%;
		color:#000000;
		font:10px  arial, tahoma, verdana, helvetica, sans-serif;
	}
	body
	{
		background:#FFFFFF;
		/*
		margin:0;
		padding:20px;
		height:100%;
		*/
	}


a
{
 /* font-size: 11px !important;
 */
  font-weight: bold !important;
  text-transform: none !important;
  text-decoration:none;
  color:7798A4;
  margin: 0;
}
 a:hover
{
/*  font-size: 11px !important;
*/
  font-weight: bold !important;
  text-transform: none !important;
  text-decoration:none;
  color:000000;
  margin: 0;
}
.links{
	font-size: 8px;
 	text-decoration:none;
	color: #696969;
}
.links a {
	text-decoration:none; 
}

.links a:hover{
 	text-decoration:underline;
	color: #0f0f0f;

}
