/* CSS Document */

/* CSS Document */
/* para incluirlo en html: <LINK href="moltdestil.css" rel="stylesheet" type="text/css"> */

h1,h2,h3,h4
{
font-family: verdana, arial, 'sans serif';

}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 0pt;


}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

li,th,td
{
font-size: 70%;
}

p
{
font-size: 110%;
text-indent:5px;
}

body
{
background-color: #ffffff;
}

h4
{
color: blue;
}

h1,h2,h3,hr 
{
color:black; 
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:666666}
a:hover   {color:999999}