/* CSS Document */


.foto{
  margin-top: 10px;
  margin-left: 8px;
}

#links{
  text-align: center;
}

#right a{
 text-decoration: none;
 font-family: arial;
 color: #ff0000;
 font-weight: bold;
 font-size: 12px;
}

#right a:hover{
 text-decoration: none;
 color: #ff0000;
 font-family: arial;
 font-weight: bold;
 text-decoration: underline;
 font-size: 12px;
}

#right a:visited hover{
 text-decoration: none;
 color: #ff0000;
 font-family: arial;
 font-weight: bold;
 text-decoration: underline;
 font-size: 12px;
}


#right a:visited{
 text-decoration: none;
 color: #ff0000;
 font-family: arial;
 font-weight: bold;
 font-size: 12px;
}
#right p{
  float: left;
  clear: left;
  font-family: arial;
  font-size: 12px;
  margin-top: 3px;
  margin-bottom: 5px;
  width: 100%;
  color: #000000;
}

#links a{
  text-decoration: none;
  color: #ffffff;
  font-family: arial;
  font-size: 9px;
}

#links a:visited{
  text-decoration: none;
  color: #ffffff;
  font-family: arial;
  font-size: 9px;
}


#links a:hover{
  text-decoration: none;
  color: #7dceef;
  font-family: arial;
  font-size: 9px;
}

