/*
 * vee.net Btech  - Free software for the Battletech universe.
 * Copyright (C) 2001 Michael Gratton.
 *
 * $Id: default.css,v 1.1 2001/11/05 12:01:47 mjg Exp $
 *
 * Default CSS for http://web.vee.net/projects/btech/
 *
 */

body {
	color: white;
/**	color: #330000;*/
	background: #4d0000 url("background.png") no-repeat;
	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 black;
	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: rgb(210, 105, 30);
	text-decoration: none;
}

a:visited {
	color: rgb(210, 105, 30);
	text-decoration: none;
}

a:hover {
	color: rgb(225, 155, 80);
	text-decoration: underline;
}

a:active {
	color: silver;
}

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

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

span.code {
	font-family: monospace;
}

span.strong {
	font-weight: bold;
}

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

