a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style1
{
   color: #000000;
   text-decoration: underline;
}
a.style1:visited
{
   color: #000000;
   text-decoration: underline;
}
a.style1:active
{
   color: #000000;
   text-decoration: underline;
}
a.style1:hover
{
   color: #000000;
   text-decoration: underline;
}
.Explicacao
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFF00;
   border: 1px #000000 solid;
   padding: 31px 30px 30px 30px;
}
.Invisivel
{
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   background-color: transparent;
   display:none;
}
.Botao
{
   font-family: Arial;
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: #EAEAEA;
   border: 1px #8B92A4 solid;
}
.Botao:hover
{
   font-family: Arial;
   font-size: 15px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   background-color: #B7BCD2;
   border: 1px #8B92A4 solid;
}
