<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Natureza CSS</title>

  <style type="text/css">


a:link {text-decoration: none;
color: white;
}
a:visited {text-decoration: none;
color: white;
}
a:hover {text-decoration: underline; 
color: white;
}
a:active {text-decoration: none}

td {font-family: verdana;
font-size: 12}

#menu a{text-decoration: none;
color: white;
}

#menu a:hover{text-decoration: underline;
color: white;
}

#interno {text-decoration: none;
color: white;
}

#interno a{text-decoration: none;
color: white;
}

#interno a:hover{text-decoration: underline;
color: white;
}



</style></head>
