﻿.Copyright 
{
    font-family: Arial, Verdana, serif, Helvetica, sans-serif;
    font-size: 10px;
    color: #bbbbbb;
    font-weight:bold;
}

.Texto_Estándar
{
    font-family: Arial, Helvetica, serif, sans-serif, Verdana;
    font-size: 11px;
    color: #000000;
}

/* Here I have to define the Texto_Estándar-Style for inside the tables */
Table
{
    font-family: Arial, Helvetica, serif, sans-serif, Verdana;
    font-size: 11px;
    color: #000000;
}

.SubTítulo
{
    font-family: Arial, serif, Verdana, sans-serif;
    font-size: 12px;
    color: #83550e;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

h1 
{
    font-size: 24px;
    color: #006600;
    font-family: signature, Arial, Footlight Mt Light, Tahoma;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

h2
{
    font-family: Arial, Verdana, serif, Helvetica, sans-serif;
    font-size: 12px;
    color: #83550e;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

a
{
    text-decoration:none;
}

/* 
If I want to use the following the menu itself also get's changed

a:link
{
    color:#a1c3de;
    text-decoration:none;
}

a:hover
{
    color:#a1c3de;
    text-decoration:none;
}

a:selected
{
    color:#a1c3de;
    text-decoration:none;
}

a:visited
{
    color:#a1c3de;
    text-decoration:none;
}
*/