X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/daa75f7b88ce0276032b259cf65ab2c1985a2edd..ba00ad2867590a8c6d19a063b3e29d4379e38547:/sistema/www/css/dietmarco.css?ds=sidebyside diff --git a/sistema/www/css/dietmarco.css b/sistema/www/css/dietmarco.css index 279f872..5e1ddcc 100644 --- a/sistema/www/css/dietmarco.css +++ b/sistema/www/css/dietmarco.css @@ -1,25 +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; + color:#003366; } + a:visited { - color:#660066; + color:#660066; } + a:active { color:#0066FF; - } - +}