/*
*   HTML.css
*   Reglas para los elementos HTML genéricos únicamente.
*
*/

*
{

}
body {font-family: 'PT Sans'}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

