/* Style Sheet: joergiwer.css */
/* vim: set noet ts=4:      */

a, body, h1, h2, h3, h4, p, ul, ol, li, th, td, div, b,
i, small, address, blockquote, hr {
        font-family: Helvetica, Arial, sans-serif;
}

h1 {
        font-size: 18pt;
}

h2 {
        font-size: 16pt;
}

h3 {
        font-size: 14pt;
}

body, h4 {
        font-size: 12pt;
}

small {
        font-size: 10pt;
}

body  {
        background-color: #aBaBaB;
        color: #000000;
        margin: 10pt;
}

a         {
        text-decoration: none;
        color: #6B0000;
		background-color: transparent;
}

a:hover   {
        text-decoration: underline;
}

a:active  {
        text-decoration: none;
        color: #ac0000;
		background-color: transparent;
}


.navigation:link    {
        text-decoration: underline;
}

.navigation:hover   {
        text-decoration: underline;
}

/*
.navigation:active  {
        color: #80FF7E;
}
*/

.navigation:visited {
        text-decoration: underline;
        color: #808080;
        background-color: #E0EFD9;
}

.navigationTable {
        height: 100%;
}
