
/* jmathtex.css
 * =========================================================================
 * This file is part of the JMathTeX Library - http://jmathtex.sourceforge.net
 * 
 * Copyright (C) 2004-2007 Universiteit Gent
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 * 
 * A copy of the GNU General Public License can be found in the file
 * LICENSE.txt provided with the source distribution of this program (see
 * the META-INF directory in the source jar). This license can also be
 * found on the GNU website at http://www.gnu.org/licenses/gpl.html.
 * 
 * If you did not receive a copy of the GNU General Public License along
 * with this program, contact the lead developer, or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301, USA.
 * 
 */

body {
    background-color: white;
    font-family: helvetica,arial,sans-serif,sansserif;
    margin: 0px;
}

div.footer {
    font-size: 10px;
    color: #cccccc;
    font-family: times,serif;
}

div.footer a {
    color: #cccccc;
}

div.footer a:hover {
    color: #00cfcf;
}


td.menu {
    background-color: #007f7f;
}

div.menu {
    font-size: 12px;
    font-weight: bold;
    border-color: #cc6600;
    border-width: 1px;
    border-style: none;
    padding : 10px ;
}

div.menu a {
    color: #ffffff;
}

div.menu a:link {
    text-decoration: none;
}

div.menu a:visited {
    text-decoration: none;

}

div.menu a:hover {
    text-decoration: underline;
    color: #00cfcf;
}

div.menu a:active {
    text-decoration: underline;
    color: #00cfcf;
}

div.powered-by {
    padding : 0px ;
    text-align: center ;
}

div.body {
    margin: 0px 10px;
}

div.body h1 {
    font-size: 24px;
    font-weight: bold;
    background-color: #dddddd;
    color: #00007f;
    border-color: #007f7f;
    border-width: 3px;
    border-style: solid;
    padding: 10px;
}

div.body b {
    color: #00007f;
}

div.body li {
    list-style-type: square;
    color: #00007f;
}

div.body p {
    color: black;
}

div.body a {
    color: #00007f;
}



