/**
 *
 * gomd :: general openMosix daemon
 * Copyright (C) 2003 gomd team <gomd-devel@nongnu.org>
 * 
 *  http://www.nongnu.org/gomd/
 *
 * 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.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 * 
 *
 * $Id: style.css,v 1.4 2003/05/10 23:53:30 mcaserta Exp $
 *
 */

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
	color: black;
	margin: 15px 15px 15px 15px;
}

h1 { 
	font-family: Verdana, Arial, Helvetica;
	color: #333399;
}

h3 { 
	font-size: 17px;
	font-family: Verdana, Arial, Helvetica;
	color: #333399;
}

table.menu { 
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica;
	color: #333399;
	border: 1px solid #333399;
	margin: 0px 5px 5px 5px;
	background: #fffdec;
}

table.main { 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica;
	border: 2px solid #333399;
	background: #fffdec;
}

table.source { 
	border: 0;
	background: #e0e0e0;
	margin: 8px 8px 8px 8px;
}

td.menu{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bolder;
	color: #333399;
	border: 0;
}

A:link {
	color: #333399;
	text-decoration: underline;
}

A:active  {
	color: #333399;
	text-decoration: underline;
}

A:visited {
	color: #333399;
	text-decoration: underline;
}

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