body{
	width: 800px;
	margin: 10px auto;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: small;
	background-color: white;
	/* color: orange; */
	color: black;
}

header#cabecalho {
  width:100%;
  text-align: center;
}

footer#rodape{
  clear: both;
  width: 100%;
  display: block;
  text-align: right;
}

section#corpo{
  float: right;
  width: 90%;
}

section#menu{
  float: left;
  width: 10%;
  margin: 10px auto;
}

a:active {
	border: 0;
	color: green;
	text-decoration: none;
}

a:link {
	border: 0;
	color: blue;
	text-decoration: none;
}

a:visited {
	border: 0;
	color: red;
	text-decoration: none;
}

img {
	border-width: 0;
}

img.lactive {
	border-width: thin;
	border-style: dotted;
	border-color: blue;
}

p.code {
	color: black;
	font-family: monospace;
	border-width: thin;				
	border-style: dashed;				
	border-color: blue;
	background-color: #111111;					
}

li.on {
	list-style-image: url("../imgs/ok_li.png");;
}

li.off {
	list-style-image: url("../imgs/off_li.png");
}
