@charset "utf-8";

body {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	background-color:#333333;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 25px;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}
.naorepita {
	background-repeat:repeat-x;
	background-position:top;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
