﻿body
{
}

table
{
	text-decoration: none
}

A
{
	text-decoration: none; color: White
}

A:hover
{
	text-decoration: underline
}

A:visited
{
    color: White
}

A:active
{
    color: Aqua
}

.balk
{
    font-size: 15px; color: White; font-family: Arial; text-decoration: none;
}