



/*____________________________________________________________*/
/* Gerais */
a
{
  text-decoration: none;
  color: #77c;
}
a:link, a:visited
{
}
a:hover, a:active
{
  text-decoration: underline;
}

p.design a
{
  color: #000;
}




/*____________________________________________________________*/
/* Navegação */
#navigation ul
{
  list-style: none;
  margin-right: 0.3em;
}

#navigation a
{
  line-height: 2em;
  
  display: block;
  width: 100%;
  
  margin-left: -1em;
  
  text-decoration: none;
  text-align: right;
  font-weight: bold;
}

#navigation a:link, #navigation a:visited
{
  color: #aaa;
}

#navigation a:hover, #navigation a:active
{
  color: #88d;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active
{
  outline: none;
}

#navigation a.section
{
  font-size: 150%;
  line-height: 150%;
}

#navigation a.subsection
{
  font-size: 120%;
  line-height: 120%;
}

#navigation a:focus
{
  border: none;
}




/*____________________________________________________________*/
/* Links internos aos frames das fotos */
div.framed a
{
  text-decoration: none;
  font-size: 110%;
}

div.framed a:link, div.framed a:visited
{
  color: #aaa;
}

div.framed a:hover, div.framed a:active
{
  color: #88d;
}




/*____________________________________________________________*/
/* Links das seções de redirecionamento a profissões */
h2.professionLink a
{
  color: black;
}
