X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/8868480b53a3121abef5d9b051263b3c91e36e09..ba466154033d54821e07ab851bccc42e8e344fe9:/sistema/www/css/dietmarco.css?ds=sidebyside diff --git a/sistema/www/css/dietmarco.css b/sistema/www/css/dietmarco.css index b081f10..5e1ddcc 100644 --- a/sistema/www/css/dietmarco.css +++ b/sistema/www/css/dietmarco.css @@ -1,11 +1,41 @@ -BODY { - FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; TEXT-ALIGN: left -; font-style: normal; line-height: 10pt; font-weight: normal +body { + font-family: arial, helvetica, sans-serif; + font-size: 10pt; + text-align: left; + font-style: normal; + line-height: 10pt; + font-weight: normal; + background-color: white; } -UL { - FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt; font-style: normal; line-height: normal; font-weight: normal + +ul { + font-family: arial, helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; } -P { - FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt -; font-style: normal; line-height: normal; font-weight: normal + +p { + font-family: arial, helvetica, sans-serif; + font-size: 10pt; + font-style: normal; + line-height: normal; + font-weight: normal; } + +a +{ + color:#003366; +} + +a:visited +{ + color:#660066; +} + +a:active +{ + color:#0066FF; +} +