/*
 * Copyright (C) 2005, 2008, 2011, Karl O. Pinc
 *
 *    This file is part of Babase.
 *
 *    Babase 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 3 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.
 *
 *    You should have received a copy of the GNU General Public License
 *    along with Babase.  If not, see <http://www.gnu.org/licenses/>.
 *
 * Style sheets for html-ized Babase documentation.
 *
 * Karl O. Pinc <kop@meme.com>
 *
 * Style sheet invoked by setting the "html.stylesheet" parameter
 * in babase_system.xsl.
 */

/* Don't underline links */
a { text-decoration: none; }

/* Slightly fade out visited links. */
a:visited { color: #7070ff; }
a:link { color: blue; }

/* The page footer with the timestamp. */
p.usernavfooter { font-size: 50%; }

/* The "sub-headings" used within tables. */
td.subhead { font-weight: bold; }
