/*
Title: Testando
Revision: $Revision: 1.6 $
Author: Sérgio de Albuquerque Souza
Access: http://www.mat.ufpb.br/~sergio
*/

body
        {
        font: normal 14pt sans-serif;
        text-align:justify;
        margin: 3em;
        padding: 3em 4em 2em 4em;
        border: 1px solid black;
        }
.toc ol
        {
        padding: 2em;
        }
#body h1
        {
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        margin-top: 3em;
        }
#body p, #body ul, #body ol
        {
        margin-left: 3em;
        }
#body li
        {
        /* to make IE happy */
        margin-top: 1em;
        }
a
        {
        text-decoration: none;
        }
blockquote
        {
        margin-left: 5em;
        margin-top:2em;
        font-style:italic;
        }
code
        {
        font-style:italic;
        }
hr
        {
        margin-top:3em;
        }

/*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;
	}

