html {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
}

body {
	font-size: 100%;
	background-color: white;
	color: black;
	-webkit-text-size-adjust: 100%;
}

.menu {
	display: block;
	width: 220px;
	height: 30px;
	line-height: 32px;
	vertical-align: middle;
	border: 1px solid silver;
	border-radius: 5px;
	text-decoration: none;
	background-color: #EFEFEF;
	color: black;
}

.menu:hover {
	background-color: silver;
	border-color: grey;
	text-decoration: none;
}

a {
	color: grey;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.legenda {
	text-decoration: none;
	color: black;
	cursor: pointer;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}