/* deutsche Ido Gesellschaft   */
/* style sheet definition      */
/* last changed: 05.11.2000    */


/* basic style */
BODY {
background: #EEEEFF;
background-position: left;
background-repeat: repeat-y !important;
background-attachment: fixed;
color: black;
font-family: Helvetica, Times, sans-serif
}

/* headers: */
H1, H2, H3, H4, H5, H6 {
color: navy;
text-align: center;
font-family:  Helvetica, Times, sans-serif;
text-transform: uppercase;
}

P.title {
font-weight: bold;
font-size: medium;
text-decoration: underline;
}

/* links: */
A:link, A:visited, A:active { text-decoration: none; }
A:link    { color: blue }
A:active  { color: red; text-decoration: underline; }
A:visited { color: navy }

/* lines: */
HR {
align: center;
size: 1px;
color: navy;
}

/* tables: */
TD {
font-family: Helvetica, Times, sans-serif
}

/* ido text */

H1.ido, H2.ido, H3.ido, H4.ido, H5.ido, H6.ido {
color: #FF0000;
font-style: italic;
}
P.ido {
color: #FF0000;
font-style: italic;
}
FONT.ido {
color: #FF0000;
font-style: italic;
}

