/**
 * CSS Document for offline page
 * @version $Id: offline.css 5824 2006-11-20 21:50:34Z eddiea $
 * @package Joomla
 * @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
 * Joomla! is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */

.outline {
  border-style: none;
  background: #ffffff;
  padding: 2px;
}

body {
		color: #000000;
	background-color: #ffffff;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
	border-style: none;
}

a:visited {
text-decoration: none;
	color: #cccccc;
}

a:hover {
text-decoration:  underline;
	color: #f00;
}

.err {
	color: #bbb;
}

