h1{
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color:#333333;
	text-weight: bold;
	text-decoration:none;
	letter-spacing: -1px;
}
h2{
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color:#333333;
	text-weight: bold;
	text-decoration:none;
	letter-spacing: -1px;
}
a{
	color:#000000;
}
/****************/
/***Classes*****/
.bordegris{
	border:1px solid #333333;
}
