/*
Title: Testando
Revision: $Revision: 1.6 $
Author: Sérgio de Albuquerque Souza
Access: http://www.mat.ufpb.br/~sergio
*/


body {
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 10pt;
	/*line-height: 120%;*/
	background-color: white;
	color: black;
}

a:link {
	color: #900000;
	background-color: transparent;
	/*text-decoration: none;*/
}

a:visited {
	color: #900000;
	background-color: transparent;
	/*text-decoration: none;*/
}

A:hover {
	color : #111111 ;
	/*font-weight : bold ;*/
	text-decoration : underline overline ;
	background : #eeeeee 
}


h1 {
	background-color: #eeeeee;
	color: #000000;
	margin-bottom: 2px;
	/*padding: 6px;*/
	line-height: 100%;
	text-align: center;
    	line-height: 100%;
    	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px 1px 12px;
}

h2 {
	background-color: #eeeeee;
	color: #000000;
	font-size: medium;
	text-align: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 6px;
}

h3 {
	background-color: #eeeeee;
	color: #000000;
	font-size: small;
	text-align: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 2px;
}

code {
	line-height: 1.3em;
	color: #000000;
	background-color: transparent;
	padding: 4px;
}

pre {
	color: #000000;
	background-color: #eeeeee;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 6px;
	margin-left: 1em;
}

hr {
	color: #eeeeee;
	background-color: transparent;
	margin-top: 0.5em;
}

table {
	margin-bottom: 1em;
	background-color: transparent;
	color: black;
}

th {
    font-size : 10pt;
	background-color: #eeeeee;
	color: black;
	padding: 0.2em;
	text-align: left;
}

td {
    font-size : 10pt;
	background-color: transparent;
	color: black;
	padding: 0.2em;
}
