body
{
 background-color: #0a0a0a;
} 

/* LINKS */

a {text-decoration: none}
a:link {color: #4d94ff}
a:visited {color: #9900ff}
a:active,a:hover {color: #ffffff; background-color: #9900ff}

/* TEXT */

h1,h2,h3,h4,h5,h6
{  
 color: #e0e0e0;
 font-family: verdana, arial, helvetica, sans-serif
}

h1,h2,h3,h4,h5,h6
{
 font-weight: lighter
}

h1 { font-size: x-large }
h2 { font-size: large }
h3 { font-size: medium }
h4 { font-size: small }
h5 { font-size: x-small }
h6 { font-size: xx-small }  

/* LIST classes */             

.lista_n0 { list-style-type: square }
.lista_n1 { list-style-type: disc }
.lista_n2 { list-style-type: circle }
           