/* ANALISEdeALGS/livrinho-AA/mystyle.css */
BODY {
   margin-left: 9%;
   margin-right: 9%;
   background: white;
   color: #000030;
   text-align: left;
   font-size: 120%;
}
a:link {
  color: #0000e0;
  text-decoration: underline;
} 
a:visited {
  color: #0000b0;
  text-decoration: none;
}
a:hover { /* Must come after :link and :visited */
  color: red;
  text-decoration: underline;
}
a:active {
  color: red;
  text-decoration: underline;
} 

h1 {
  margin-top: 2em; 
  margin-bottom: 1em;
/*color: #000060;*/
/*color: #d05010;*/ /* brown-orange */
  color: #b03000; /*dark brown-orange*/
/*font-family: sans-serif, arial, helvetica; */
  text-align: left;
}
h2 {
  margin-top: 1em; 
  margin-bottom: 0em; 
  color: #d05010; /* brown-orange */
/*font-family: sans-serif, arial, helvetica; */
  text-align: center; 
}

p.epigraph {
  margin-top: 2.5em;
  margin-bottom: 0.0em;
  text-align: right;
  font-size: 87%; /*same as small; because of MS-IE*/
}
p.epigraph2ndparagraph {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 87%; /*same as small; because of MS-IE*/
}
p.epigraphsignature {
  margin-top: 0.3em;
  margin-bottom: 2em;
  text-align: right;
  font-size: 87%; /*same as small; because of MS-IE*/
}
p.right {
  text-align: right;
}
p.center {
   text-align: center;
}
span.sc {
   font-variant: small-caps;
}
span.gray {
   color: #606080;
}

span.hide { 
   /* color: #00d000; */
   color: black;
   background-color: #d0ffd0;
}
li.sp { 
  margin-top: 1em;
}
li.hide { 
  margin-top: 1em;
/*color: #00d000;*/
  color: black;
  background-color: #d0ffd0;
}
p.hide { 
   /* color: #00d000; */
   color: black;
   background-color: #d0ffd0;
}
div.hide { 
   /* color: #00d000; */
   color: black;
   background-color: #d0ffd0;
}

div.small {
 /*font-size: x-small; the "x-" is to appease MS-IE*/
   font-size: 87%; /*same as small; because of MS-IE*/
}
small {
   font-size: 87%; /*because of MS-IE*/
}
tt, pre {
   font-size: 90%; /*for MS-IE*/
}

hr.footerline {
  margin-top: 2em;
}
p.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 87%; /*same as small; because of MS-IE*/
/*white-space: nowrap;*/
}
p.validator {
  margin-top: 2px;
  margin-bottom: 0px;
  text-align: right;
}
img.r {
  border: 0;
  width:  88px;
  height: 31px;
  padding-left: 5px;
/*float:  right;*/
}
