A:link {
	COLOR: blue;
}
A:visited {
	COLOR: blue;
}

A:hover {
	TEXT-DECORATION: underline;
	color: black;
        background: silver;

}

BODY
{
    BORDER-RIGHT: none;
    BORDER-TOP: none;
    BORDER-LEFT: none;
    COLOR: black;
    BORDER-BOTTOM: none;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #DFF4FF;
}

body {font-size:100%}
h1 {font-size:2.5em}
h2 {font-size:1.5em}
p {font-size:0.85em}

table
{
border-collapse:collapse;
/*width:100%;*/
}

td
{
font-size:0.75em;
border: 1px solid silver;
padding: 5px;
}

th
{
height:30px;
font-size:0.875em;
font-weight:bold;
border: 1px solid silver;
}

legend, td, p.footer
{
font-size:0.75em;
}

#tila1 {
    color: red;
}
#tila2 {
    color: blue;
}
#tila3 {
    color: green;
}
#tila4 {
    color: magenta;
}