/* Layout generell */

body    {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        }
td		{
		font-size: 11px; 
		}
/* Links */

a:link {
        color: #CC3333;
        text-decoration: none;
        }
a:visited {
        color: #CC3333;
        text-decoration: none;
        }
a:hover {
        color: #000000;
        text-decoration: none;
        }
a:active {
        color: #CC3333;
        text-decoration: none;
        }

img		{
		border:0;
		}
.dh, .th {
        height: 100%;
}

