body {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	padding: 1em;
	background-color: #FFFFFF;
}
table
{
	font-size: small;
	background-color: #FFFFFF;
}
form
{
	font-size: small;
}
input
{
	font-family: Verdana, sans-serif;
	font-size: x-small;
}
select
{
	font-family: Verdana, sans-serif;
	font-size: x-small;
}
.box
{
	width: 80%;
}
.error
{
	width: 80%;
}
.warning
{
	width: 80%;
}
.title
{
	background-color: #CC0000;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 1em;
}
.error .title
{
	background-color: #FF5846;
}
a
{
	font-weight: bold;
	font-size: small;
}
p
{
	margin-left: 1em;
}

code {
	display: block;
	margin-left: 1.8em;
	border: 1px #AAAAAA solid;
	padding: 0.3em;
	white-space: pre;
}

.menu_sol {
	list-style: none;
}

.menu_sol ul li ol li {
	display: list-item;
}

.commento {
	font-size: smaller;
	color: blue;
}
