Sin subrayar y marrones, excepto cuando se coloca el cursor encima que pasan a rojos y subrayados,aqui el estilo-general.css
* {margin:0px ; padding:0px ; border: 0px}
body {text-align: center}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: pink }
#navegacion {background-color: gray }
#contenido {background-color: orange ;width: 800px ; float:left}
#menu {background-color: yellow; width: 150px ; float:left ;; text-align:left }
#pie {background-color: brown}
#menu li { ...propiedades..... }
#menu li { list-style:none }
#menu li {list-style:none ; margin: 4px 0px 4px 6px}
a {color:brown; font-size:1.3em ; text-decoration: none }
a:link ()
a:visited()
a:hover (color:red ; text-decoration:underline ; background-color: silver}
a:active ()
nota. el color red me sale escrito en azul, saludos
* {margin:0px ; padding:0px ; border: 0px}
body {text-align: center}
#global {width:800px ; margin: 4px auto }
#cabecera {background-color: pink }
#navegacion {background-color: gray }
#contenido {background-color: orange ;width: 800px ; float:left}
#menu {background-color: yellow; width: 150px ; float:left ;; text-align:left }
#pie {background-color: brown}
#menu li { ...propiedades..... }
#menu li { list-style:none }
#menu li {list-style:none ; margin: 4px 0px 4px 6px}
a {color:brown; font-size:1.3em ; text-decoration: none }
a:link ()
a:visited()
a:hover (color:red ; text-decoration:underline ; background-color: silver}
a:active ()
nota. el color red me sale escrito en azul, saludos