<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: white;
	color: rgb(211,100,71);
	font-family: "Courier New", Courier, monospace;
	border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
	border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
	border-color: rgb(187,63,65);
}

#logo {
	text-align:center;
	display:block;
}

#menu {
	background-color: white;
	color: rgb(110,90,52);
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	border-color: rgb(255,255,255);
	width: 200px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
}

a.menuitem {
	font-size: 126%;
	background-color: rgb(255,255,255);
	color: rgb(211,100,71);
	font-variant: normal;
	text-transform: capitalize;
	font-weight: normal;
	margin-left: 9px; margin-right: 12px; margin-top: 19px; margin-bottom: 9px;
	border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
	border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
	border-color: rgb(110,90,52);
	text-align: right;
}

#menu a {
	text-decoration: none;
}

.menuitem:hover {
	background-color: rgb(211,100,71);
	color: rgb(255,255,255);
}

.menuitem {width: auto;}
.menuitem {display: block;}

#content {
	font-size: 105%;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px;
	border-left-style: none; border-right-style: none; border-top-style: none; border-bottom-style: none;
	padding: 25px 25px 25px 25px;
	border-color: rgb(0,0,0);
	text-align: justify;
	font-family: Verdana;
	margin-left: 200px;
	margin-right: 100px;
}

#content a {
	color: rgb(142,110,86);
	text-decoration: underline;
}

#content a:hover, #content a:active {
	background-color: rgb(142,110,86);
	color: white;
}

hr {
	border: none;
	background-color: #D8D5CB;
	color: #D8D5CB;
	width: 100%;
	height: 1px;
	margin: 10px 0px;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 120%;
}

#footer {
	clear: both;
	font-family: "Trebuchet MS", sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-weight: normal;
	font-size: 100%;
	color: rgb(195,0,60);
	text-align: center;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.thumbProdutos {
	width: 160px;
	text-align: center;
}

.thumbRepres {
	width: auto;
	padding: 5px 10px 0px 0px;
	float: left;
}

.thumbSoftware {
	text-align: left;
}</pre></body></html>