body {
	font-family:verdana,arial,helvetica,sans-serif;
	background-image:url(./bugsback2.jpg);
	background-attachment:fixed;
	background-repeat:repeat;
	background-color:#e7fbf9;
	margin-left:5%;
	margin-right:4%;
	}
p{
	font-weight:500;
	color:#000033;
	background-color:#e7fbf9;
	font-size:1em;
	line-height:1.2;
	padding-top:5px;
	padding-bottom:5px;
	width:auto;
	}
p.pequeno{
	font-weight:500;
	color:#000033;
	background-color:transparent;
	font-size:.7em;
	line-height:1.2;
	padding-top:5px;
	padding-bottom:5px;
	}
p.note{
	padding-top:2px;
	padding-bottom:2px;
	}
li{
	color:#330033;
	font-weight:500;
	background-color:#e2f9f7;
	font-size:1em;
	line-height:1.1;
	}
h2{
	font-weight:600;
	font-size:1.3em;
	color:#660066;
	line-height:1.5;
	text-decoration:underline;
	text-shadow:-2px 2px 2px #a82dd6;
	}
h3{
	font-weight:600;
	font-size:1.2em;
	color:#660066;
	line-height:1.3;
	text-decoration:overline underline;
	}
.meme{
	font-family:"Times New Roman",serif;
	color:#a82dd6;
	font-size:1.1em;
	font-weight:700;
	}
pre {
    background-color:#e7fbf9;
    font-size:1.1em;
    }
a:hover {
	text-decoration:none;
	background-color:#33FF33;
	}
button {
	background-color:#000000;
	}
table.note {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: rgb(231, 251, 249);
}
table.note th {
	border-width: 3px 3px 3px 3px;
	padding: 4px 4px 4px 4px;
	border-style: ridge ridge ridge ridge;
	border-color: green green green green;
	background-color: rgb(231, 251, 249);
	border-radius: 9px; 
-moz-border-radius: 9px; 
-webkit-border-radius: 9px;
}
table.note td {
	border-width: 3px 3px 3px 3px;
	padding: 0px 5px 0px 5px;
	border-style: ridge ridge ridge ridge;
	border-color: green green green green;
	background-color: rgb(231, 251, 249);
	border-radius: 9px; 
-moz-border-radius: 9px; 
-webkit-border-radius: 9px;
}
