BODY {
    font-family: Helvetica, Arial, sans-serif;
    margin: 2em;
    background-color: white;
    color: black;
}

/* FireFox-IE hack */
P {
    margin-top: 0;
}

IMG.border { 
    border: 1px solid; 
}

H1, H2, H3, H4, H5, H6 {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
/* FireFox-IE hack */
    margin-top: 0;
    margin-bottom: 1em;

}

A {
    color: red;
    text-decoration: none;
}

A:hover {
    background-color: gainsboro;
    color: blue;
}

TD.home {
    text-align: center;
}

TABLE.menu {
    text-align: center;
}

TABLE.systems {
    width: 100%;
}

TR, TD {
    vertical-align: top;
}

TD.menu {
    padding: 0.25em;
    margin: 0em;
    border: none;
    text-align: center;
}

TH.systems {
    background: yellow;
    padding-left: 1em;
    padding-right: 1em;
}

TR.systems {
    vertical-align: top;
}

TD.systems, TD.systemsLeft, TD.systemsCenter {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
}

TD.systemsLeft {
    width: 175px;
    text-align: right;
}

TD.systemsCenter {
    width: 200px;
}

UL {
	list-style-type: square;
}
