
/*
 * SWars. A science-fiction strategy game.
 * Copyright (C) 2001 Michael Gratton.
 *
 * $Id: default.css,v 1.1 2001/07/15 06:18:40 mjg Exp $
 *
 * Default CSS for http://web.vee.net/projects/swars/
 *
 */

body {
	color: #CCCCCC;
	background: black;
	margin-left: 140px;
	width: 400px;
	font-family: sans-serif;
}

h1 { 
	font-size: 1.4em;
	font-weight: bold;
}

span.h1SubPart {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

h2 { 
	border-top: 1px dashed #555555;
	padding-top: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
}

h3 { 
	padding-top: 0.4em;
	font-size: 1.0em;
	font-weight: bold;
}

h4 { 
	padding-top: 0.3em;
	font-size: 0.8em;
	font-weight: bold;
}

a:link {
	color: #999999;
	text-decoration: none;
}

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

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

a:active {
	color: white
}

p, p.abstract {
	font: inherit;
}

span.author {
	font: inherit;
	font-size: 0.8em;
}

span.revision-entry {
	font: inherit;
	font-size: 0.8em;
}

span.code {
	font: inherit;
	font-family: monospace;
}

span.strong {
	font: inherit;
	font-weight: bold;
}

.default-copyright {
	color: #333333;
	margin-top: 20px;
	font: inherit;
	font-size: 0.8em;
}


