a:link
	{
	  text-decoration: none;
	  color: white;
	}

a:visited
    {
	  text-decoration: none;
	  color: white;  
    }

a:active
	{
	  text-decoration: underline;
	  color: white; 
	}

a:hover
	{
      text-decoration: underline;
	  color: white; 
    }
    
a.tema:link
	{
	  text-decoration: none;
	  color: white;
	}

a.tema:visited
    {
	  text-decoration: none;
	  color: white;
    }

a.tema:active
	{
	  text-decoration: none;
	  color: white;
	}

a.tema:hover
	{
      text-decoration: none;
	  color: white;
    }
    
a.head:link
	{
	  color: #4d4845;
	  text-decoration: none;
	}

a.head:visited
    {
	  color: #4d4845;
	  text-decoration: none;
    }

a.head:active
	{
	  color: #4d4845;
	  text-decoration: none;
	}

a.head:hover
	{
      color: #4d4845;
	  text-decoration: none;
    }
    
a.topAbout:link
	{
	  color: #9b3c27;
	  text-decoration: none;
	}

a.topAbout:visited
    {
	  color: #9b3c27;
	  text-decoration: none;
    }

a.topAbout:active
	{
	  color: #4d4845;
	  text-decoration: none;
	}

a.topAbout:hover
	{
      color: #4d4845;
	  text-decoration: none;
    }