/* CSS definitions for meta-x */

body {
        background-color:#ffffff;
        foreground-color:#000000;
        font-family:sans-serif;
}

span.cmd {
        font-weight:bold;
        border:1px solid grey;
        background-color:#e8e8e8;
        margin:0px;
}

span.cmdlight {
        font-family:typewriter;
        background-color:#e8e8e8;
}

/* Main sections of the text */
td > dl > dt {
        font-size:medium;
        font-weight:bold;
}

/* 
        menu-bar settings
*/

.menu {
        margin-left: 3px;
        margin-right: 3px;
}

.activepage {
        margin-left: 3px;
        margin-right: 3px;
        color:red;
        font-weight:bold;
}

a.menu:link, a.menu:visited { 
        text-decoration:none;
        font-weight:bold;
        color:#000000;
}

a.menu:hover {
        text-decoration:none;
        font-weight:bold;
        background-color:#000000;
        color:#C8EDFF;
}

a.menu:active {
        text-decoration:none;
        font-weight:bold;
        background-color:#4E8BAA;
        color:#C8EDFF;
}

/*
        Some More about normal links
*/
a:hover {
        background-color:#C8EDFF;
}

a { 
        text-decoration:none;
}

a.rollover:hover {
        background-color:#c0e0ff;
}
