/*
 * This file is part of GNU gumdrop, a multipurpose Java server.
 * 
 * GNU gumdrop 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.
 * 
 * GNU gumdrop 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 gumdrop; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */

body {
 color: black;
 background-color: white;
 text-align: justify;
}
div {
 margin: 10px;
}
h1,h2,h3,h4 { color: black; }
.offset { margin-left: 20px; }
p,td,small { color: black; }
img { 
 border-width: 0px;
 border-style: none;
 outline-style: none;
 outline-width: none;
}
a:link { color: #666699 }
a:visited { color: #666666 }
a:active { color: red }
.center {
 text-align: center
}
.heading {
	background: #cccccc;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.server-info {
	background: #cccccc;
	font-size: small;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
