
/* CSS STYLESHEETS EKD ONLINEGAMES
   Media:   tty / textbrowser
   Version: 1.0
   Date:    2004-09-21
   Author:  David Maciejewski
   COPYRIGHT (C) 2004 ARES SOFTWARE
   www.ares-software.de */


#header1, #header2, img, .hide, .alternative {
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: none;
}

a:link, a:visited, a:active, a:hover { text-decoration: underline; }

table {
    border-collapse: collapse;
    empty-cells: show;
}

caption {
    text-align: left;
    font-weight: bold;
}

th {
    font-weight: normal;
    font-style: italic;
}

ul {
    list-style-position: outside;
    margin: 0px 0px 10px 0px;
}


