/*
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;
        margin-left: 0.35cm; 
        /* margin-right: 1em; */ 
}

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: 10px;*/
	line-height: 100%;
	text-align: center;
    	line-height: 100%;
    	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

h2 {
	background-color: #eeeeee;
	color: #000000;
	font-size: medium;
	text-align: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px;
}

h3 {
	background-color: #eeeeee;
	color: #000000;
	font-size: small;
	text-align: left;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px 1px 1px 1px;
}

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;
}*/


.ssmHdr {
color: white;
font: bold 14px verdana;
	}

.ssmHdr:link {
color: white;
text-decoration: none;
	}

.ssmHdr:visited {
color: white;
text-decoration: none;
	}

.ssmHdr:hover {
color: white;
text-decoration: underline;
	}

.ssmHdr:active {
color: white;
text-decoration: underline;
	}

.ssmItem {
color: black;
font: 12px verdana;
	}

.ssmItem:link {
color: black;
text-decoration: none;
	}

.ssmItem:visited {
color: black;
text-decoration: none;
	}

.ssmItem:hover {
color: black;
text-decoration: underline;
	}

.ssmItem:active {
color: black;
text-decoration: underline;
	}

.ssmBar {
color: black;
font: bold 10px verdana;
	}

